2016年4月25日
摘要: $(".top").hide(); $(function () { $(window).scroll(function(){ if ($(window).scrollTop()>window.innerHeight){ $(".top").show(); } else { $(".top").hid 阅读全文
posted @ 2016-04-25 16:32 仔仔爱学习 阅读(122) 评论(0) 推荐(0)