MCPcopy
hub / github.com/babysor/MockingBird / nodeName

Function nodeName

web/static/js/jquery.js:3029–3033  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected