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
With very few changes I made this work with multiple galleries on one page.
The JQuery
$(function() { $('#gallery1 a').lightBox(); $('#gallery2 a').lightBox(); ... $('#galleryN a').lightBox(); });
The HTML
... I changed the style from an id to a class. 0 讨论(0) 查看其它9个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
I changed the style from an id to a class.