Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusufnb/dynamicslideshow

jQuery Dynamic Slideshow
https://github.com/yusufnb/dynamicslideshow

Last synced: about 2 months ago
JSON representation

jQuery Dynamic Slideshow

Awesome Lists containing this project

README

        

# jQuery Dynamic Slideshow Plugin

## Why one more slideshow?
I needed a way to slide large number of images without bloating my page size. This plugin creates slideshow out of anchor tags. Thus the images are not loaded during page load but one at a time. Moreover only 2 images at a time are kept in the DOM, keeping the page light. The anchor tags allows easy editing the page.

## Usage
```javascript
$('#slider').dynamicSlideshow();
```

## Options
* duration - the interval of slideshow

## Example:
```

#slider {position: relative; width: 450px; height: 250px;}


$(function(){
$('#slider').dynamicSlideshow();
});








```

## License

This plugin is dual-licensed under the GNU General Public License and the MIT License and
is copyright 2011 Yusuf Najmuddin [email protected]