MCPcopy
hub / github.com/ssut/py-googletrans / jQuery

Function jQuery

docs/_build/html/_static/jquery-3.5.1.js:153–158  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

151
152 // Define a local copy of jQuery
153 jQuery = function( selector, context ) {
154
155 // The jQuery object is actually just the init constructor 'enhanced'
156 // Need init if jQuery is called (just allow error to be thrown if not included)
157 return new jQuery.fn.init( selector, context );
158 };
159
160jQuery.fn = jQuery.prototype = {
161

Callers 7

dirFunction · 0.85
jquery-3.5.1.jsFile · 0.85
accessFunction · 0.85
onFunction · 0.85
manipulationTargetFunction · 0.85
highlightFunction · 0.85
doctools.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected