Posted in Javascript onJune 05, 2014
<script> $(function(){ $(window).bind('scroll',function(){ if ($(document).scrollTop() >200) { $(".asd-return").show(1); }else{ $(".asd-return").hide(1); } }) $(".asd-return").click(function(){ $('body,html').animate({scrollTop:0},1000); }) }) </script>
jquery左边浮动到一定位置时显示返回顶部按钮
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@