2017年4月21日

滚动条监听事件

摘要: $(function(){ $(window).scroll(function(){ var h=$("body").scrollTop(); if(h>200){$(".aaa").css("top","0px");}else if(h<200){$(".aaa").css("top","100p 阅读全文

posted @ 2017-04-21 16:11 奔跑的葛根 阅读(188) 评论(0) 推荐(0)

导航