MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / jQuery

Function jQuery

test/bower_components/jquery/src/core.js:20–24  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

18
19 // Define a local copy of jQuery
20 jQuery = function( selector, context ) {
21 // The jQuery object is actually just the init constructor 'enhanced'
22 // Need init if jQuery is called (just allow error to be thrown if not included)
23 return new jQuery.fn.init( selector, context );
24 },
25
26 // Support: Android<4.1
27 // Make sure we trim BOM and NBSP

Callers 15

offset.jsFile · 0.85
defaultPrefilterFunction · 0.85
traversing.jsFile · 0.85
ajax.jsFile · 0.85
css.jsFile · 0.85
wrap.jsFile · 0.85
manipulation.jsFile · 0.85
serialize.jsFile · 0.85
event.jsFile · 0.85
script.jsFile · 0.85
load.jsFile · 0.85
access.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected