开发者

How can I stop all current jquery before loading more?

I'm running Lightbox evolution, though using it ove开发者_高级运维r several pages, and I believe the problem is when I load a different page up with a different gallery it reloads the same script and gives all sorts of problems!

Only code I've got for lightbox on my page is

<script type="text/javascript">
  jQuery(document).ready(function($){
    $('.lightbox').lightbox();
  });
</script>

EDIT: All sorted, had it loading on the index page and then on each gallery page, now is just loaded when the site loads up with index.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜