MCPcopy Index your code
hub / github.com/caike/jQuery-Simple-Timer / jQuery

Function jQuery

examples/bundle.js:331–336  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

329
330 // Define a local copy of jQuery
331 jQuery = function( selector, context ) {
332
333 // The jQuery object is actually just the init constructor 'enhanced'
334 // Need init if jQuery is called (just allow error to be thrown if not included)
335 return new jQuery.fn.init( selector, context );
336 },
337
338 // Support: Android<4.1, IE<9
339 // Make sure we trim BOM and NBSP

Callers 7

dirFunction · 0.85
bundle.jsFile · 0.85
accessFunction · 0.85
onFunction · 0.85
actualDisplayFunction · 0.85
defaultDisplayFunction · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected