8232021-05-02 13:53:57
收藏
<script>
var classid = '<?=$GLOBALS[navclassid]?>';
</script>
<script src="https://libs.baidu.com/jquery/2.1.4/jquery.min.js"></script>
本站提供全部版本的jQuery在线引入地址,可查看:jQuery全部版本线上地址
<script>
var b = 0;
t = 0;
i = 1;
isbool=true;
wwidth=$(window).width();
$(window).scroll(function(){
t = $(this).scrollTop();
if(b < t){
var scrollPos = $(window).scrollTop();
if(wwidth<750){
winPos=($(document).height())/2-100;
}else{
winPos=($(document).height()-900);
}
if(scrollPos > winPos && isbool==true ) {
isbool=false;
$.ajax({
url : '/e/action/ajaxmore.php',
type:'POST',
data:{
"next":i,
'table':'news',
'action':'getmorenews',
'limit':20,
'classid':classid,
'small_length':120,
'pagetype':'news'
},
dataType : 'html',
beforeSend:function(){
$(".loading").show();
},
success : function(data){
$(".loading").hide();
isbool=true;
if(data){
$(".content").append(data);
i++;
}else{
$(".loading-end").show();
return false;
}
}
});
}
}else{
console.log('向上滚动中...')
}
setTimeout(function(){
b = t
}, 0)
});
</script>
帝国cms栏目页ajax下拉刷新无限加载插件为自主开发,承诺安全无毒,请放心下载。