如何在加载更多之前停止所有当前的 jquery?
我正在运行 Lightbox Evolution,尽管在多个页面上使用它,我相信问题是当我使用不同的画廊加载不同的页面时,它会重新加载相同的脚本并给出各种问题!
我页面上灯箱的唯一代码是
<script type="text/javascript">
jQuery(document).ready(function($){
$('.lightbox').lightbox();
});
</script>
编辑:全部排序,将其加载到索引页面上,然后加载到每个图库页面上,现在只是在网站加载索引时加载。
I'm running Lightbox evolution, though using it over 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论