阅读背景:

你在哪里放置jquery平滑滚动?

来源:互联网 

I'm using this:

我正在使用这个:

<script>
$(document).ready(function(){

    $(".navbar a").on('click', function(event) {

        var hash = this.hash;
        $('html, body').animate({
            scrollTop: $(hash).offset().top
        }, 900, function(){

        window.location.hash = hash;
        });
    });
})

</script>
<script>
$(documen



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: