MCPcopy
hub / github.com/nbubna/store / jQuery

Function jQuery

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

Source from the content-addressed store, hash-verified

49
50 // Define a local copy of jQuery
51 jQuery = function( selector, context ) {
52 // The jQuery object is actually just the init constructor 'enhanced'
53 return new jQuery.fn.init( selector, context, rootjQuery );
54 },
55
56 // Used for matching numbers
57 core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,

Callers 4

jquery.jsFile · 0.85
css_defaultDisplayFunction · 0.85
actualDisplayFunction · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…