Home
last modified time | relevance | path

Searched refs:xajax (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js2 var xajax={callOptions:{method:'post'}, class
117 …indow.status='Sending Request...';if(xajax.loadingFunction!=undefined){xajax.eventFunctions.global…
118 if(xajax.doneLoadingFunction!=undefined){xajax.eventFunctions.globalRequestComplete=xajax.doneLoadi…
133 return;xajax.readyStateChange(r);delete r;r=null;}
135 readyStateChange:function(r){try{if(r.status==0||r.status==200){if(xajaxConfig.debug)xajax.DebugMes…
213 if(xajaxConfig.legacy){xajax.advancedCall=xajax.call;xajax.call=function(sFunction,aArgs,sRequestTy…
215 xajax.advancedCall(sFunction,options);}