回到顶部过渡js代码

$(document).ready(function(){
$('.gotop').click(function(){
$('html, body').animate({scrollTop: 0},300);
});
});

posted @ 2014-03-04 11:55  安雅然  阅读(131)  评论(0编辑  收藏  举报