MCPcopy Index your code
hub / github.com/JsAaron/jQuery / jQuery

Function jQuery

1.7/core.js:4–7  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

2
3// Define a local copy of jQuery
4var jQuery = function( selector, context ) {
5 // The jQuery object is actually just the init constructor 'enhanced'
6 return new jQuery.fn.init( selector, context, rootjQuery );
7 },
8
9 // Map over jQuery in case of overwrite
10 _jQuery = window.jQuery,

Callers 15

dimensions.jsFile · 0.70
offset.jsFile · 0.70
effects.jsFile · 0.70
doAnimationFunction · 0.70
defaultDisplayFunction · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
css.jsFile · 0.70
attributes.jsFile · 0.70
data.jsFile · 0.70
core.jsFile · 0.70
manipulation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected