请使用新地址:<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css">
$(document).ready(function(){
$("#demo-navbar .dropdown-menu a").click(function(e){
var href = $(this).attr("href");
$("#tab-list a[href='" + href + "']").tab("show");
e.preventDefault();
$(document).scrollTop($(href).offset().top - 120);
})
})
$("#demo-navbar .dropdown-menu a").click(function(e){
var href = $(this).attr("href");
$("#tab-list a[href='" + href + "']").tab("show");
e.preventDefault();
$(document).scrollTop($(href).offset().top - 120);
})
})
2016-06-30