MCPcopy
hub / github.com/jquery/jquery / q

Function q

test/unit/selector.js:1802–1810  ·  view source on GitHub ↗

* Returns an array of elements with the given IDs * q & t are added here for the iFrame's context

()

Source from the content-addressed store, hash-verified

1800 * q & t are added here for the iFrame's context
1801 */
1802 function q() {
1803 var r = [],
1804 i = 0;
1805
1806 for ( ; i < arguments.length; i++ ) {
1807 r.push( document.getElementById( arguments[ i ] ) );
1808 }
1809 return r;
1810 }
1811
1812 /**
1813 * Asserts that a select matches the given IDs

Callers 4

selector.jsFile · 0.85
traversing.jsFile · 0.85
core.jsFile · 0.85
testReplaceWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected