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

Function jQuery

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

Source from the content-addressed store, hash-verified

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

Callers 5

accessFunction · 0.70
dirFunction · 0.70
jQueryFactoryWrapperFunction · 0.70
onFunction · 0.70
manipulationTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected