MCPcopy
hub / github.com/jquery/jquery / nodeName

Function nodeName

test/data/jquery-3.7.1.js:564–568  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

562
563
564function nodeName( elem, name ) {
565
566 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
567
568}
569var pop = arr.pop;
570
571

Callers 7

jquery-3.7.1.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