The latest stable version is now:
http://home.comcast.net/~jscheuer1/s...lideshow_2b.js
Demos:
http://home.comcast.net/~jscheuer1/s...jsjq_plain.htm
http://home.comcast.net/~jscheuer1/side/vfs/jsjq_2.htm
http://home.comcast.net/~jscheuer1/side/vfs/jsjq_3.htm
http://home.comcast.net/~jscheuer1/side/vfs/jsjq_4.htm
http://home.comcast.net/~jscheuer1/side/vfs/jsjq_5.htm
To get it to not pause, use:
nopause: true
example:
Code:
$('.myshow').slideShow({nopause: true});
As for fancy effects for the thumbnails, that's up to you. Because they are simply ordinary HTML, these may be accomplished in any fashion that you choose. The one caveat being that if you use random (depending upon how the effects are assigned to the thumbnails), you may need to use the oninit or onrandinit property of the slide show to set them up.
Here's a demo of using jQuery and a bit of css to add a fade effect to the thumbs:
http://home.comcast.net/~jscheuer1/side/vfs/jsjq_6.htm
Bookmarks