Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1675 getElementsByClassName: function( root, clsName, clsIgnore ) argument
1680 var rx2 = new RegExp('.*'+clsIgnore+'.*');
1683 (clsIgnore == '' || !els.item(i).className.match(rx2)) )
1691 showClass: function(root, clsName, clsIgnore, show) argument
1693 var elts = this.getElementsByClassName(root, clsName, clsIgnore);