andygott / Really-Simple-Slideshow

A jQuery slideshow plugin that loads images as they're required to save bandwidth.
http://reallysimpleworks.com/slideshow/
MIT License
47 stars 15 forks source link

Really Simple(TM) Slideshow

Yet another slideshow plugin for jQuery! This particular one loads images dynamically, as and when they're required by the slideshow, allowing you to create larger slideshows without having to pre-load all of the images.

Include rsf-slideshow-1.0.js in your document, then initialise a slideshow like this:

$('#my-slidshow-div').rsfSlideshow();

Please see docs for information about adding slides, and the correct HTML markup.

For detailed docs and demos, visit: http://reallysimpleworks.com/slideshow

Change Log

Version 1.4.11 -- 19 Apr 2012

Version 1.4.10 -- 11 Mar 2012

Version 1.4.9 -- 11 Mar 2012

Version 1.4.8 -- 5 Jul 2011

Version 1.4.7 -- 30 Jun 2011

Version 1.4.6 -- 1 Jun 2011

Version 1.4.5 -- 27 May 2011

Version 1.4.4 -- 18 May 2011

Version 1.4.3 -- 17 May 2011

Version 1.4.2 -- 12 May 2011

Version 1.4.1 -- 12 May 2011

Version 1.4 -- 5 May 2011

Version 1.3.1 -- 2 May 2011

Version 1.3 -- 1 May 2011

Version 1.2 -- 27 Apr 2011

Version 1.1 -- 18 Apr 2011