MCPcopy
hub / github.com/layui/layui / nodeName

Function nodeName

src/modules/jquery.js:568–570  ·  view source on GitHub ↗
(elem, name)

Source from the content-addressed store, hash-verified

566 }
567
568 function nodeName(elem, name) {
569 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
570 }
571 var pop = arr.pop;
572
573 var sort = arr.sort;

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected