animate平滑回到顶部

 

Js:

//回到顶部
$(".totop").click(function () {
$("body,html").animate({scrollTop: 0}, 800);
return false;
});

posted @ 2016-07-19 09:35  luckylou  阅读(257)  评论(0编辑  收藏  举报