MCPcopy
hub / github.com/amsul/pickadate.js / jQuery

Function jQuery

tests/jquery/jquery.1.7.0.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.0.jsFile · 0.70
doAnimationFunction · 0.70
defaultDisplayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected