MCPcopy
hub / github.com/babysor/MockingBird / jQuery

Function jQuery

web/static/js/jquery.js:157–162  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected