Making JQuery LightBox Plugin work with multiple galleries

后端 未结 9 579
难免孤独
难免孤独 2020-12-17 00:55

I\'m trying to make this jquery plugin => http://leandrovieira.com/projects/jquery/lightbox/ work with multiple galleries on the same page.

The problem is, everytime

9条回答
  •  青春惊慌失措
    2020-12-17 01:14

    Here's how I made the basic jquery lightbox linked in the original question behave with multiple galleries. No hacks, or anything. Works flawlessly.

    I gave every lightbox a seperate name:

    
    

    Then my HTML looks like this:

    image #1
    image #2
    image #3
    
    image #1
    image #2
    image #3
    

    And voila, I have 2 separate galleries.

提交回复
热议问题