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

Function nodeName

dist-module/jquery.module.js:508–510  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

506 } );
507
508function nodeName( elem, name ) {
509 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
510}
511
512var pop = arr.pop;
513

Callers 7

jQueryFactoryFunction · 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