MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / jQuery

Function jQuery

src/test/resources/libraries/jQuery/3.3.1/jquery/src/core.js:33–38  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

31
32 // Define a local copy of jQuery
33 jQuery = function( selector, context ) {
34
35 // The jQuery object is actually just the init constructor 'enhanced'
36 // Need init if jQuery is called (just allow error to be thrown if not included)
37 return new jQuery.fn.init( selector, context );
38 },
39
40 // Support: Android <=4.0 only
41 // Make sure we trim BOM and NBSP

Callers 15

offset.jsFile · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
wrap.jsFile · 0.70
manipulationTargetFunction · 0.70
manipulation.jsFile · 0.70
serialize.jsFile · 0.70
onFunction · 0.70
event.jsFile · 0.70
script.jsFile · 0.50
jsonp.jsFile · 0.50
load.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…