MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / nodeName

Function nodeName

libs/jquery-3.5.1/jquery-3.5.1.js:3025–3029  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

3023
3024
3025function nodeName( elem, name ) {
3026
3027 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
3028
3029};
3030var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
3031
3032

Callers 4

jquery-3.5.1.jsFile · 0.85
getAllFunction · 0.85
manipulationTargetFunction · 0.85
getWidthOrHeightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected