Simple slideshow with navigation
I need help maki开发者_如何学Pythonng a simple slideshow to display images with a simple navigation. I do not want anything flashy - just a basic slideshow with a previous/next navigation and text that displays what number the image is out of the total images. I would also like it to fade into the next image if possible.
This is for a portfolio website and I have seen it done on many others but I cannot create a working code nor find a similar code anywhere. Thank you!
Take a look at http://jqueryfordesigners.com/jquery-infinite-carousel/
There are plenty of other examples out there, as well, like http://sorgalla.com/jcarousel/ (mentioned in the above link and pretty popular)
Here is a sexy slideshow jquery plugin my friend:
http://www.slidesjs.com/
jQuery Lightbox
http://leandrovieira.com/projects/jquery/lightbox/
Use the Cycle plugin (jQuery) with the pager option: http://jquery.malsup.com/cycle/int2.html
精彩评论