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

Function jQuery

test/data/jquery-3.7.1.js:155–160  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

153
154 // Define a local copy of jQuery
155 jQuery = function( selector, context ) {
156
157 // The jQuery object is actually just the init constructor 'enhanced'
158 // Need init if jQuery is called (just allow error to be thrown if not included)
159 return new jQuery.fn.init( selector, context );
160 };
161
162jQuery.fn = jQuery.prototype = {
163

Callers 15

testrunner.jsFile · 0.70
dirFunction · 0.70
jquery-3.7.1.jsFile · 0.70
accessFunction · 0.70
onFunction · 0.70
manipulationTargetFunction · 0.70
csp-nonce.jsFile · 0.70
matchFunction · 0.70
bootstrapFromFunction · 0.50
runTestFunction · 0.50

Calls

no outgoing calls

Tested by 2

testFunction · 0.40
testFunction · 0.40