判断滚动条到达底部

     var winHight = $(window).height();
    var docHight = $(document).height();
    if (docHight == (winHight + $(document).scrollTop())) {
        alert("buttom");
    }
相关文章
相关标签/搜索