jquery 快速回到页首的方法
代码如下: $(function() { $(“#back_top”).click(function(){ $(‘body,html’).animate({scrollTop:0},1); return false; }); )};
下载地址
用户评论