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

Lines Matching refs:getElementsByClassName

4250 if (!document.getElementsByClassName) document.getElementsByClassName = function(instanceMethods){
4255 instanceMethods.getElementsByClassName = Prototype.BrowserFeatures.XPath ?
4279 return $(parentElement || document.body).getElementsByClassName(className);