浏览器下滑滚动代码

随着浏览器下滑触发事件

$(window).scroll(function() { if(($(document).height() - $(window).height() - $(document).scrollTop() < 50)) { } })

 

posted @ 2016-09-23 11:36  loweringye  阅读(284)  评论(0)    收藏  举报