Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yusufnb/hslide

jQuery Horizontal Slideshow
https://github.com/yusufnb/hslide

Last synced: about 1 month ago
JSON representation

jQuery Horizontal Slideshow

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]