MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / jQuery

Function jQuery

libs/jquery-3.5.1/jquery-3.5.1.js:153–158  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

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

Callers 5

dirFunction · 0.70
jquery-3.5.1.jsFile · 0.70
accessFunction · 0.70
onFunction · 0.70
manipulationTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected