MCPcopy Index your code
hub / github.com/frank-lam/fullstack-tutorial / jQuery

Function jQuery

notes/docsify/unpkg/gotop/jquery-2.1.0.js:76–80  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

74
75 // Define a local copy of jQuery
76 jQuery = function( selector, context ) {
77 // The jQuery object is actually just the init constructor 'enhanced'
78 // Need init if jQuery is called (just allow error to be thrown if not included)
79 return new jQuery.fn.init( selector, context );
80 },
81
82 // Matches dashed string for camelizing
83 rmsPrefix = /^-ms-/,

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…