Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 priroBox 时遇到问题,这是一个类似于 lightbox 的 jquery 插件。问题是 priroBox 无法识别 DOM 中新创建的元素
这是调用 birobox 的代码
$().piroBox_ext({ piro_speed : 700, bg_alpha : 0.5, piro_scroll : true });
生成链接后添加此代码。
$(document).find('a.pirobox_gal').pirobox_ext();