MCPcopy Index your code
hub / github.com/components/jquery / nodeName

Function nodeName

jquery.js:522–524  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

520 } );
521
522function nodeName( elem, name ) {
523 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
524}
525
526var pop = arr.pop;
527

Callers 7

jquery.jsFile · 0.70
createInputPseudoFunction · 0.70
createButtonPseudoFunction · 0.70
addCombinatorFunction · 0.70
getAllFunction · 0.70
manipulationTargetFunction · 0.70
getWidthOrHeightFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected