Making JQuery LightBox Plugin work with multiple galleries

后端 未结 9 581
难免孤独
难免孤独 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:26

    This a patch for Ben's answer, for those who waht to use multiple galleries, or simply add the lightbox effect to an image, use it inside your ... tag

    Here's the code (Note: I changed the variable $ for jQuery, it works better for me):

    
    

    This is an example mixing all possible uses, they all can work in the same html, here we have two galleries and a third one with no name, just the "lightbox" reference:

    
    
    
    
    
    

    I hope this helps!

提交回复
热议问题