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

Function jQuery

src/test/resources/libraries/jQuery/1.11.3/jquery/src/core.js:17–21  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

15
16 // Define a local copy of jQuery
17 jQuery = function( selector, context ) {
18 // The jQuery object is actually just the init constructor 'enhanced'
19 // Need init if jQuery is called (just allow error to be thrown if not included)
20 return new jQuery.fn.init( selector, context );
21 },
22
23 // Support: Android<4.1, IE<9
24 // Make sure we trim BOM and NBSP

Callers 10

offset.jsFile · 0.70
defaultPrefilterFunction · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
css.jsFile · 0.70
wrap.jsFile · 0.70
manipulation.jsFile · 0.70
serialize.jsFile · 0.70
event.jsFile · 0.70
support.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…