views:

278

answers:

4
+1  A: 

I built a slide show using jQuery and html and it was about 100 lines of jQuery code, really just showing and hiding divs. The only feature it is missing from your requirements is the timer functionality, but it maybe worth looking at for some ideas or even to copy it: jQuery Presentation

Alternatively have a look at Glimmer, which is a jQuery effects tool. The image rotation option in it may be a quick solution to your requirements. If it is not a perfect match you can turn off the minified code and use it as a base/reference.

Robert MacLean
A: 

I'd recommend the Coda Slider. If you want auto-sliding, check this article.

Sebastian
+1  A: 

The slider in jquery UI is excellent, very flexible and easy to work with...

http://jqueryui.com/demos/slider/

However, you are probably looking for a carousel. Try looking at these...

http://sorgalla.com/projects/jcarousel/

http://www.ajaxdaddy.com/demo-jquery-carousel.html

I also really like this one: http://medienfreunde.com/lab/innerfade/

rikh
A: 

This has a lot's of jquery-slider

openidsujoy