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

Function nodeName

src/core/nodeName.js:1–3  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

1export function nodeName( elem, name ) {
2 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
3}

Callers 12

selector.jsFile · 0.90
createInputPseudoFunction · 0.90
createButtonPseudoFunction · 0.90
addCombinatorFunction · 0.90
traversing.jsFile · 0.90
getWidthOrHeightFunction · 0.90
manipulationTargetFunction · 0.90
manipulation.jsFile · 0.90
event.jsFile · 0.90
getAllFunction · 0.90
attr.jsFile · 0.90
val.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected