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

Function nodeName

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

Source from the content-addressed store, hash-verified

511 } );
512
513function nodeName( elem, name ) {
514 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
515}
516
517var pop = arr.pop;
518

Callers 7

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