MCPcopy
hub / github.com/deployd/deployd / jQuery

Function jQuery

test-app/public/jquery.js:25–28  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

23
24// Define a local copy of jQuery
25var jQuery = function( selector, context ) {
26 // The jQuery object is actually just the init constructor 'enhanced'
27 return new jQuery.fn.init( selector, context, rootjQuery );
28 },
29
30 // Map over jQuery in case of overwrite
31 _jQuery = window.jQuery,

Callers 4

EFunction · 0.85
jquery.jsFile · 0.85
doAnimationFunction · 0.85
defaultDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected