(function(){ var all=$.event.props, len=all.length, res=[]; while(len--){ var el=all[len]; if(el!='layerX'&&el!='layerY')res.push(el);} $.event.props=res;}()); tiggerScrollEvent=function(objectId,loadingId,errorId,retryBtnId,nomoreId,newOpts,pauseId){ var opts={ 'contentPage':'pageListTest', 'contentData':{'pcount':10}, 'scrollTarget':$(window), 'heightOffset':10, 'childSum':$(objectId).children().size(), 'waiting':0, 'maxWaitTime':1000, 'isRunning':false, 'totalPage':-1, 'beforeLoad':function(){ if(this.isRunning){ this.waiting++; return false;} this.isRunning=true; this.contentData.childSize=this.childSum; if(!$(loadingId).is(":visible")) $(loadingId).show(); return true;}, 'afterLoad':function(elementsLoaded,isFisLoad){ $(loadingId).hide(); $(elementsLoaded).fadeInWithDelay(); this.isRunning=false; if($(elementsLoaded).length