MCPcopy Create free account
hub / github.com/JsAaron/jQuery / jQuery

Function jQuery

2.1.1/test/jquery-2.1.1.js:72–76  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

70
71 // Define a local copy of jQuery
72 jQuery = function( selector, context ) {
73 // The jQuery object is actually just the init constructor 'enhanced'
74 // Need init if jQuery is called (just allow error to be thrown if not included)
75 return new jQuery.fn.init( selector, context );
76 },
77
78 // Support: Android<4.1
79 // Make sure we trim BOM and NBSP

Callers 4

jquery-2.1.1.jsFile · 0.70
actualDisplayFunction · 0.70
defaultDisplayFunction · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected