Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufnb/dynamicslideshow
jQuery Dynamic Slideshow
https://github.com/yusufnb/dynamicslideshow
Last synced: about 2 months ago
JSON representation
jQuery Dynamic Slideshow
- Host: GitHub
- URL: https://github.com/yusufnb/dynamicslideshow
- Owner: yusufnb
- Created: 2012-05-23T22:14:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-23T22:43:27.000Z (over 12 years ago)
- Last Synced: 2023-03-24T04:13:30.321Z (almost 2 years ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]