记手机端 下拉加载新数据

        $('#container').unbind("scroll").bind('scroll',function(e){
            var sum = this.scrollHeight - 5;
            console.log(sum)
            console.log($(this).scrollTop() + $(this).height())
            if(sum <=$(this).scrollTop() + $(this).height()){
        getmore();

       }
     })
 

 

 

        $('#container').unbind("scroll").bind('scroll',function(e){
            var sum = this.scrollHeight - 5;
            console.log(sum)
            console.log($(this).scrollTop() + $(this).height())
            if(sum <=$(this).scrollTop() + $(this).height()){
        getmore();

       }
     })
posted @ 2019-03-25 11:46  Liiu  阅读(346)  评论(0编辑  收藏  举报