MCPcopy Create free account
hub / github.com/TruthHun/BookStack / jQuery

Function jQuery

static/wangEditor/js/lib/jquery-2.2.1.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
79 // Make sure we trim BOM and NBSP

Callers 7

dirFunction · 0.70
jquery-2.2.1.jsFile · 0.70
accessFunction · 0.70
onFunction · 0.70
actualDisplayFunction · 0.70
defaultDisplayFunction · 0.70
defaultPrefilterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected