MCPcopy
hub / github.com/dcloudio/mui / jQuery

Function jQuery

examples/login/libs/easymob-webim-sdk/jquery-1.11.1.js:70–74  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

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

Callers 4

jquery-1.11.1.jsFile · 0.85
actualDisplayFunction · 0.85
defaultDisplayFunction · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected