MCPcopy
hub / github.com/nwutils/nw-sample-apps / jQuery

Function jQuery

file-explorer/js/jquery-1.7.2.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 3

jquery-1.7.2.jsFile · 0.70
doAnimationFunction · 0.70
defaultDisplayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected