Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/components/jquery
/ nodeName
Function
nodeName
jquery.js:522–524 ·
view source on GitHub ↗
( elem, name )
Source
from the content-addressed store, hash-verified
520
} );
521
522
function
nodeName( elem, name ) {
523
return
elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
524
}
525
526
var
pop = arr.pop;
527
Callers
7
jquery.js
File · 0.70
createInputPseudo
Function · 0.70
createButtonPseudo
Function · 0.70
addCombinator
Function · 0.70
getAll
Function · 0.70
manipulationTarget
Function · 0.70
getWidthOrHeight
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected