Is there a jQuery control that does the following:
I need it to display 5 images of my choosing and be able to switch bet开发者_如何转开发ween them.
Thanks for the help.
There are zillions. jQuery cycle is a good start:
http://jquery.malsup.com/cycle/
(Check out their pager demo.)
You're looking for a carousel plugin.
Here's an example of one called jCarousel
. (Scroll down, and click on "pagination".)
If that isn't quite right, you may want to do a search for "jQuery carousel". You'll find several.
精彩评论