Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
createInputPseudo
Function · 0.85
createButtonPseudo
Function · 0.85
addCombinator
Function · 0.85
getAll
Function · 0.85
manipulationTarget
Function · 0.85
getWidthOrHeight
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected