MCPcopy
hub / github.com/jquery-backstretch/jquery-backstretch / jQuery

Function jQuery

libs/jquery/jquery.js:42–45  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

40
41 // Define a local copy of jQuery
42 jQuery = function( selector, context ) {
43 // The jQuery object is actually just the init constructor 'enhanced'
44 return new jQuery.fn.init( selector, context, rootjQuery );
45 },
46
47 // Used for matching numbers
48 core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,

Callers 4

jquery.jsFile · 0.85
css_defaultDisplayFunction · 0.85
defaultPrefilterFunction · 0.85
qunit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected