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

Function jQuery

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

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected