Lines Matching defs:elem

3231 …},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAtt…  argument
3294 }},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden" argument
3295 },disabled:function(elem){return elem.disabled===true argument
3296 },checked:function(elem){return elem.checked===true argument
3297 },selected:function(elem){elem.parentNode.selectedIndex; argument
3299 },parent:function(elem){return !!elem.firstChild argument
3300 },empty:function(elem){return !elem.firstChild argument
3301 },has:function(elem,i,match){return !!Sizzle(match[3],elem).length argument
3302 },header:function(elem){return/h\d/i.test(elem.nodeName) argument
3303 },text:function(elem){return"text"===elem.type argument
3304 },radio:function(elem){return"radio"===elem.type argument
3305 },checkbox:function(elem){return"checkbox"===elem.type argument
3306 },file:function(elem){return"file"===elem.type argument
3307 },password:function(elem){return"password"===elem.type argument
3308 },submit:function(elem){return"submit"===elem.type argument
3309 },image:function(elem){return"image"===elem.type argument
3310 },reset:function(elem){return"reset"===elem.type argument
3311 },button:function(elem){return"button"===elem.type||elem.nodeName.toUpperCase()==="BUTTON" argument
3312 },input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName) argument
3313 }},setFilters:{first:function(elem,i){return i===0 argument
3314 },last:function(elem,i,match,array){return i===array.length-1 argument
3315 },even:function(elem,i){return i%2===0 argument
3316 },odd:function(elem,i){return i%2===1 argument
3317 },lt:function(elem,i,match){return i<match[3]-0 argument
3318 },gt:function(elem,i,match){return i>match[3]-0 argument
3319 },nth:function(elem,i,match){return match[3]-0==i argument
3320 },eq:function(elem,i,match){return match[3]-0==i argument
3321 }},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name]; argument
3329 }}}},CHILD:function(elem,match){var type=match[1],node=elem; argument
3346 }}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match argument
3347 },TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match argument
3348 },CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(m… argument
3349 },ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](el… argument
3351 },POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name]; argument
3404 Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAt… argument
3421 …&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAtt… argument
3482 var isXML=function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.o… argument