MCPcopy
hub / github.com/RubyLouvre/anu / jQuery

Function jQuery

test/jquery.js:71–76  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

69
70 // Define a local copy of jQuery
71 jQuery = function( selector, context ) {
72
73 // The jQuery object is actually just the init constructor 'enhanced'
74 // Need init if jQuery is called (just allow error to be thrown if not included)
75 return new jQuery.fn.init( selector, context );
76 },
77
78 // Support: Android<4.1, IE<9
79 // Make sure we trim BOM and NBSP

Callers 7

dirFunction · 0.85
jquery.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