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

mac2022-07-05  10

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

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

 

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

 

转载于:https://www.cnblogs.com/huanghuali/p/9719904.html

最新回复(0)