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

Function jQuery

src/test/resources/libraries/jQuery/1.8.2/jquery/src/core.js:28–31  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

26
27 // Define a local copy of jQuery
28 jQuery = function( selector, context ) {
29 // The jQuery object is actually just the init constructor 'enhanced'
30 return new jQuery.fn.init( selector, context, rootjQuery );
31 },
32
33 // Used for matching numbers
34 core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,

Callers 15

offset.jsFile · 0.70
defaultPrefilterFunction · 0.70
traversing.jsFile · 0.70
ajax.jsFile · 0.70
css.jsFile · 0.70
css_defaultDisplayFunction · 0.70
attributes.jsFile · 0.70
data.jsFile · 0.70
core.jsFile · 0.70
manipulation.jsFile · 0.70
serialize.jsFile · 0.70
event.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…