Home | History | Annotate | Download | only in parse-only

Lines Matching refs:getElementsByClassName

2231 if ( document.getElementsByClassName && document.documentElement.getElementsByClassName ) (function(){
2236 if ( div.getElementsByClassName("e").length === 0 )
2242 if ( div.getElementsByClassName("e").length === 1 )
2247 if ( typeof context.getElementsByClassName !== "undefined" && !isXML ) {
2248 return context.getElementsByClassName(match[1]);
4686 return (!window.opera) ? false : ((arguments.callee.caller) ? 960 : ((document.getElementsByClassName) ? 950 : 925));
4698 return (document.getBoxObjectFor == undefined) ? false : ((document.getElementsByClassName) ? 19 : 18);
12629 if (!document.getElementsByClassName) document.getElementsByClassName = function(instanceMethods){
12634 instanceMethods.getElementsByClassName = Prototype.BrowserFeatures.XPath ?
12658 return $(parentElement || document.body).getElementsByClassName(className);