Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js62 replace:function(sId,sAttribute,sSearch,sReplace){var bFunction=false;if(sAttribute=="innerHTML") argument
63 sSearch=this.getBrowserHTML(sSearch);eval("var txt=this.$('"+sId+"')."+sAttribute);if(typeof txt=="…
65 newTxt+=txt;if(bFunction){eval('this.$("'+sId+'").'+sAttribute+'=newTxt;');}
66 else if(this.willChange(sId,sAttribute,newTxt)){eval('this.$("'+sId+'").'+sAttribute+'=newTxt;');}