Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufnb/hslide
jQuery Horizontal Slideshow
https://github.com/yusufnb/hslide
Last synced: about 1 month ago
JSON representation
jQuery Horizontal Slideshow
- Host: GitHub
- URL: https://github.com/yusufnb/hslide
- Owner: yusufnb
- Created: 2012-05-23T20:24:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-26T16:08:23.000Z (over 10 years ago)
- Last Synced: 2023-03-24T04:13:30.362Z (almost 2 years ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery Horizontal Slider Plugin
## Usage
```javascript
$('#slide').hslide( options )
```## Options
* delay - the interval of slideshow
* speed - the duration of sliding animation## Example:
```
#slider {width: 450px; height: 250px; padding:0; border:0;}
#slider img {padding: 0; margin:0; border:0;}
#slider .clicker a {width: 11px; height: 11px; background: #fff; margin-right: 2px;}
#slider .clicker a.active {background: #ff0;}
$(function(){
$('#slider').hslide();
});
```
## License
This plugin is dual-licensed under the GNU General Public License and the MIT License and
is copyright 2011 Yusuf Najmuddin [email protected]