标签: jquery
我很困惑为什么添加JQuery 1.1.10会禁用我网页上的所有链接。
在我的脚本中,我有这样的方法:
btnnextslide.click(function (e) { e.preventDefault(); dataslide = $(this).attr('data-slide'); goToByScroll(dataslide); });
...但它们仅限于某些特定链接。但是,似乎页面中的所有链接都被禁用。有线索吗?感谢。
答案 0 :(得分:1)
e.preventDefault();它会停止默认行为
e.preventDefault();
参考 event.preventDefault