$(function(){ //公用定义 $(".hover").hover(function(){ var index=$(".hover").index(this) $(".hoverdiv").eq(index).fadeto(300,1) },function(){ var index=$(".hover").index(this) $(".hoverdiv").eq(index).fadeto(100,0) }) $(".playimg img").fadeto(10,0.8) $(".playimg img").hover(function(){ var index=$(".playimg img").index(this) $(".playimg img").eq(index).fadeto(10,1) },function(){ var index=$(".playimg img").index(this) $(".playimg img").eq(index).fadeto(10,0.8) }) }) var runload=false window.onscroll=function(){ //var a = document.documentelement.scrolltop==0? document.body.clientheight : document.documentelement.clientheight; var a = window.innerheight; var b = document.documentelement.scrolltop==0? document.body.scrolltop : document.documentelement.scrolltop; var c = document.documentelement.scrolltop==0? document.body.scrollheight : document.documentelement.scrollheight; if(!runload) { if(a+b>=c | c-a-b<=10){ //showmore(); } } } function showmore() { runload=true $.get("load.asp?num="+$("#num").val()+"&tmp="+math.random(), function(data){ $("#num").val( parseint($("#num").val())+4 ) if(data=="0") { } else { } runload=false }); }