代码如下:
$(window).scroll(function(){
var scrolltop=$(window).scrollTop();
var wheight=$(window).height();
var dheight=$(document).height();
if(scrolltop>dheight-wheight-20){
page++;
$.ajax({
type: "GET",
url: url+"page/"+page,
dataType: "json",
success: function(data){
$("#list").append(html字符串);
}
}
})
发现chrome开发者工具里显示发送多次请求,
繁华开满天机
相关分类