# Kslider **Repository Path**: kay53n/Kslider ## Basic Information - **Project Name**: Kslider - **Description**: 多功能jQuery幻灯片插件 - **Primary Language**: JavaScript - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2013-12-09 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kslider A jQuery slider plugin. See live demo at [http://www.xujiantao.com/jquery_plugins/kslider](http://www.xujiantao.com/jquery_plugins/kslider "http://www.xujiantao.com/jquery_plugins/kslider") #### Usage Include the required files. ```Javascript ```

#### The HTML : ```Javascript
```

#### Hook up the jQuery. ```Javascript $(function(){ $("#demo").Kslider(); }); ```

#### Initialization options ```Javascript autoPlay : 0 delays : 4000 widthVal : 800 heightVal : 300 effect : 'horizontal' // horizontal、vertical、fade、none ```