Searched refs:clsIgnore (Results 1 – 1 of 1) sorted by relevance
1675 getElementsByClassName: function( root, clsName, clsIgnore ) argument1680 var rx2 = new RegExp('.*'+clsIgnore+'.*');1683 (clsIgnore == '' || !els.item(i).className.match(rx2)) )1691 showClass: function(root, clsName, clsIgnore, show) argument1693 var elts = this.getElementsByClassName(root, clsName, clsIgnore);