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

Function jQuery

2.0.3/Core.js:61–64  ·  view source on GitHub ↗
(selector, context)

Source from the content-addressed store, hash-verified

59
60 // Define a local copy of jQuery
61 jQuery = function(selector, context) {
62 // The jQuery object is actually just the init constructor 'enhanced'
63 return new jQuery.fn.init(selector, context, rootjQuery);
64 },
65
66 // Used for matching numbers
67 core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,

Callers 12

Attr.jsFile · 0.70
Css.jsFile · 0.70
css_defaultDisplayFunction · 0.70
actualDisplayFunction · 0.70
Dom.jsFile · 0.70
Ajax.jsFile · 0.70
Core.jsFile · 0.70
Core2.jsFile · 0.70
Support.jsFile · 0.70
defaultPrefilterFunction · 0.70
Animation.jsFile · 0.70
Event.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected