MCPcopy
hub / github.com/idank/explainshell / jQuery

Function jQuery

explainshell/web/static/js/jquery.js:60–63  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

58
59 // Define a local copy of jQuery
60 jQuery = function( selector, context ) {
61 // The jQuery object is actually just the init constructor 'enhanced'
62 return new jQuery.fn.init( selector, context, rootjQuery );
63 },
64
65 // Used for matching numbers
66 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