jq监控滑动

$(window).scroll(function () {
    if ($(window).scrollTop() == $(document).height() - $(window).height()) {
        alert('bottom!!');
    }
});

 

posted @ 2017-09-15 14:29  诩小贝  阅读(158)  评论(0编辑  收藏  举报
Copyright ©2016 诩小贝   联系QQ:980823367