MCPcopy Index your code
hub / github.com/kkroening/ffmpeg-python / jQuery

Function jQuery

doc/html/_static/jquery-3.2.1.js:94–99  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

92
93 // Define a local copy of jQuery
94 jQuery = function( selector, context ) {
95
96 // The jQuery object is actually just the init constructor 'enhanced'
97 // Need init if jQuery is called (just allow error to be thrown if not included)
98 return new jQuery.fn.init( selector, context );
99 },
100
101 // Support: Android <=4.0 only
102 // Make sure we trim BOM and NBSP

Callers 7

highlightFunction · 0.85
doctools.jsFile · 0.85
dirFunction · 0.85
jquery-3.2.1.jsFile · 0.85
accessFunction · 0.85
onFunction · 0.85
manipulationTargetFunction · 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…