"How to: Multiple jQuery Image Swap Galleries on the Same Page?" / ASAP
        Posted  
        
            by Robert
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Robert
        
        
        
        Published on 2010-05-14T07:07:36Z
        Indexed on 
            2010/05/14
            7:14 UTC
        
        
        Read the original article
        Hit count: 345
        
I have multiple image galleries that use the following code (simply view the demo at the following link).
http://www.sohtanaka.com/web-design/fancy-thumbnail-hover-effect-w-jquery/
However, when one clicks on the thumbnails of one gallery to change the large image preview - all the galleries change automatically to that large preview as well.
In short, the question is:
"How do I seperate each gallery from each other so when the user clicks on the thumbnails of one specific gallery the large image preview of that gallery changes and not any other?"
© Stack Overflow or respective owner