如何在 html 页面中多次运行灯箱 jquery。? 我可以在单个 html 页面中多次运行一个 jquery 吗?
我使用的代码是
<script type="text/javascript">
$(function() {
$('#gallery a').lightBox();
});
</script>
<div id="gallery">
<ul>
<li>
<a href="photos/ilPunto-cat1.jpg" target="_parent">
<img src="photos/ilPunto_cat1.jpg" class="left"/>
</a>
</li>