然后写着两个函数,fun1中的ajax调用的sql语句加limit 10,fun2 中ajax不加limit不就完了
对了ajax不能传数组的,所以你先要把数组转化成字符串,什么格式你自己看着办,都支持
var count = 0document.onclick = function(){
count++
alert(count)
}
$(window).scroll(function(event) {if ($(document).scrollTop() + $(window).height() >= $(document).height()) {
//加载下一页
}
})