js移动到指定位置animate和scrollTop结合使用

js移动到指定位置animate和scrollTop结合使用实例:

onclick="$('html,body').animate({scrollTop:$('.J_user_evaluate').offset().top-110},500)"

 

onclick="$('html,body').animate({scrollTop:$('.J_user_evaluate').offset().top},500)"
onclick="$('html,body').animate({scrollTop:'50px'},500)"

 

posted @ 2018-09-28 17:33  前端HL  阅读(974)  评论(0编辑  收藏  举报