点击滚动到指定元素位置

 $(document).ready(function (){
     $("#scroll").click(function (){
        $('html, body').animate({
            scrollTop: $("#div").offset().top
        }, 500);
    });
});
    

  使用scrollTop方法,加上一点延时动画(animate)

posted @ 2019-05-27 18:13  十三月凉  阅读(1561)  评论(0编辑  收藏  举报
/* 看板娘 */