1. 判断是否滚动到页面底部:
if( $(window).scrollTop() + $(window).height() + 250 >= $(document).height() ){
//滚动到底部的处理
}