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

Function jQuery

dist-module/jquery.module.js:110–115  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

108
109 // Define a local copy of jQuery
110 jQuery = function( selector, context ) {
111
112 // The jQuery object is actually just the init constructor 'enhanced'
113 // Need init if jQuery is called (just allow error to be thrown if not included)
114 return new jQuery.fn.init( selector, context );
115 };
116
117jQuery.fn = jQuery.prototype = {
118

Callers 5

accessFunction · 0.70
dirFunction · 0.70
jQueryFactoryFunction · 0.70
onFunction · 0.70
manipulationTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected