Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
nodeName( elem, name ) {
2
return
elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
3
}
Callers
12
selector.js
File · 0.90
createInputPseudo
Function · 0.90
createButtonPseudo
Function · 0.90
addCombinator
Function · 0.90
traversing.js
File · 0.90
getWidthOrHeight
Function · 0.90
manipulationTarget
Function · 0.90
manipulation.js
File · 0.90
event.js
File · 0.90
getAll
Function · 0.90
attr.js
File · 0.90
val.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected