MCPcopy Index your code
hub / github.com/JsAaron/jQuery / jQuery

Function jQuery

2.1.1/test/core.js:35–39  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

33
34 // Define a local copy of jQuery
35 jQuery = function( selector, context ) {
36 // The jQuery object is actually just the init constructor 'enhanced'
37 // Need init if jQuery is called (just allow error to be thrown if not included)
38 return new jQuery.fn.init( selector, context );
39 },
40
41 // Support: Android<4.1
42 // Make sure we trim BOM and NBSP

Callers 4

other.jsFile · 0.70
actualDisplayFunction · 0.70
defaultDisplayFunction · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected