jquery返回顶部

返回顶部

$top.click(function() {
   $('body,html').animate({
       scrollTop: 0
   }, 200);
   return false;
});