带有scrollTo动画的Bootstrap无法正常工作

时间:2013-06-01 23:01:34

标签: jquery twitter-bootstrap

好吧,我放弃了 - 我试图将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

0 个答案:

没有答案