MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / nodeName

Function nodeName

aspnet-samples/AspNetForm/Scripts/jquery-3.7.0.js:559–563  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

557
558
559function nodeName( elem, name ) {
560
561 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
562
563}
564var pop = arr.pop;
565
566

Callers 7

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