codeloser
2015-05-16 17:10
如图5个字:
<script>
$(document).ready(function(){
$("#bs-example-navbar-collapse-1 .dropdown a").click(function (e) {
var href = $(this).attr("href");
e.preventDefault();
$('#tab-list a[href=' + href + ']').tab("show");
$(document).scrollTop($(href).offset().top - 120);
});
});
</script>
基于bootstrap的网页开发
187669 学习 · 734 问题
相似问题