好吧,我放弃了 - 我试图将scrolltop与bootsrap scrollspy一起使用来获得一个漂亮的动画效果......事情就是不能正常工作......继承人的js代码:
$(".nav li a[href^='#']").bind('click', function(e) {
e.preventDefault();
$('.content').animate({ scrollTop: $(this.hash).offset().top }, 1000);
// edit: Opera requires the "html" elm. animated
});
网页的网址为here