MCPcopy
hub / github.com/BorisMoore/jquery-tmpl / id

Function id

tests/qunit.js:865–868  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

863}
864
865function id(name) {
866 return !!(typeof document !== "undefined" && document && document.getElementById) &&
867 document.getElementById( name );
868}
869
870// Test for equality any JavaScript type.
871// Discussions and reference: http://philrathe.com/articles/equiv

Callers 3

qunit.jsFile · 0.85
doneFunction · 0.85
resultDisplayStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected