MCPcopy
hub / github.com/geekape/geek-navigation / nodeName

Function nodeName

js/jquery.js:2842–2846  ·  view source on GitHub ↗
( elem, name )

Source from the content-addressed store, hash-verified

2840
2841
2842function nodeName( elem, name ) {
2843
2844 return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
2845
2846};
2847var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i );
2848
2849

Callers 3

jquery.jsFile · 0.85
getAllFunction · 0.85
manipulationTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected