MCPcopy
hub / github.com/jquery/jquery / jQuery

Function jQuery

src/core.js:21–26  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

19
20 // Define a local copy of jQuery
21 jQuery = function( selector, context ) {
22
23 // The jQuery object is actually just the init constructor 'enhanced'
24 // Need init if jQuery is called (just allow error to be thrown if not included)
25 return new jQuery.fn.init( selector, context );
26 };
27
28jQuery.fn = jQuery.prototype = {
29

Callers 15

offset.jsFile · 0.90
traversing.jsFile · 0.90
ajax.jsFile · 0.90
wrap.jsFile · 0.90
manipulationTargetFunction · 0.90
manipulation.jsFile · 0.90
serialize.jsFile · 0.90
onFunction · 0.90
event.jsFile · 0.90
script.jsFile · 0.90
jsonp.jsFile · 0.90
load.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected