点击加载更多换成下拉加载更多(不需要插件)
$(window).scroll(function(event) {if ($(document).scrollTop() +$(window).height() >= $(document).height()) {//加载下一页}});下拉加载点击加载
·
$(window).scroll(function(event) {
if ($(document).scrollTop() + $(window).height() >= $(document).height()) {
//加载下一页
}
});下拉加载

点击加载

更多推荐

所有评论(0)