vote up 2 vote down star
1

Here's what I have (all generated dynamically, if that makes a difference) :

  • A list of images
  • A caption for each image
  • A thumbnail for each image

The page should load with one full-size image and all the thumbnails. When a user clicks a thumbnail, the full-size image shows that new image with its caption. If they click another thumbnail, the picture (and caption) change again.

It's not very complex. I hacked together a solution a few months ago, but I need to do it again and I'm looking at this crappy code and thinking that there has to be a better way (and knowing jQuery, someone else has already done it, and done it well).

Thoughts? Links?

Thanks!

flag

76% accept rate
We do similar with slight variation. MouseOver Thumnail changes the main image, but is not sticky, Click thumb to make main image sticky. User can pass mouse over Thumbs to review, then click the one they want; if mouse passes over more thumbs the main image will revert when mouse-OUT of all thumbs – Kristen Mar 4 at 22:56

3 Answers

vote up 1 vote down check

Here's one that looks pretty nice and is written in jQuery: Photo Slider

And here is another which I like a bit better: Galleria

link|flag
Oooh, Galleria is pretty and exactly what I was looking for! Thanks! – Eileen Mar 4 at 22:00
vote up 1 vote down

Have you tried Lightbox? http://leandrovieira.com/projects/jquery/lightbox/

link|flag
vote up 1 vote down

http://bradblogging.com/jquery/9-jquery-slideshow-applications-you-cannot-miss/

A page with 9 different photo slideshows in jQuery ready to use

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.