MCPcopy Index your code
hub / github.com/components/jquery / jQuery

Function jQuery

jquery.js:124–129  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

122
123 // Define a local copy of jQuery
124 jQuery = function( selector, context ) {
125
126 // The jQuery object is actually just the init constructor 'enhanced'
127 // Need init if jQuery is called (just allow error to be thrown if not included)
128 return new jQuery.fn.init( selector, context );
129 };
130
131jQuery.fn = jQuery.prototype = {
132

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected