Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jquery/jquery
/ nodeName
Function
nodeName
dist-module/jquery.module.js:508–510 ·
view source on GitHub ↗
( elem, name )
Source
from the content-addressed store, hash-verified
506
} );
507
508
function
nodeName( elem, name ) {
509
return
elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
510
}
511
512
var
pop = arr.pop;
513
Callers
7
jQueryFactory
Function · 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