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

Function jQuery

2.1.1/src/core.js:20–24  ·  view source on GitHub ↗
(selector, context)

Source from the content-addressed store, hash-verified

18
19 // Define a local copy of jQuery
20 jQuery = function(selector, context) {
21 // The jQuery object is actually just the init constructor 'enhanced'
22 // Need init if jQuery is called (just allow error to be thrown if not included)
23 return new jQuery.fn.init(selector, context);
24 },
25
26 // Support: Android<4.1
27 // Make sure we trim BOM and NBSP

Callers 15

offset.jsFile · 0.70
defaultPrefilterFunction · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
css.jsFile · 0.70
wrap.jsFile · 0.70
manipulation.jsFile · 0.70
serialize.jsFile · 0.70
event.jsFile · 0.70
script.jsFile · 0.50
xhr.jsFile · 0.50
load.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected