jquery常用实例
摘要:
$("#returnTop").click(function () { var speed=200;//滑动的速度 $('body,html').animate({ scrollTop: 0 }, speed); return false; }); js判断手机还是电脑访问 <script type 阅读全文
posted @ 2017-03-01 13:34 打你一下 阅读(190) 评论(0) 推荐(0)
posted @ 2017-03-01 13:34 打你一下 阅读(190) 评论(0) 推荐(0)