为了账号安全,请及时绑定邮箱和手机立即绑定

不明白 这个e.preventDefault();加上有什么用?

$(function(){

$("#menu-nav .navbar-collapse a").click(function(e){

var href = $(this).attr("href"); 

if('#' !== href){

e.preventDefault();

$("#tab-list a[href='"+ href + "']").tab("show");

$(document).scrollTop($(href).offset().top -70);

}

});


})


正在回答

1 回答

阻止浏览器的默认行为的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

不明白 这个e.preventDefault();加上有什么用?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信