JQuery--点击返回页面顶部function goTop() {$(html, body).animate({scrollTop:0}, slow) }?$(html
JQuery--点击返回页面顶部
function goTop() {$('html, body').animate({scrollTop:0}, 'slow'); }?scrollTop:标识要滚动到高度,由#位置来决定
JQuery--点击返回页面顶部
function goTop() {$('html, body').animate({scrollTop:0}, 'slow'); }?