MCPcopy
hub / github.com/mongodb/node-mongodb-native / jQuery

Function jQuery

docs/2.2/js/jquery.js:61–64  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

59
60 // Define a local copy of jQuery
61 jQuery = function( selector, context ) {
62 // The jQuery object is actually just the init constructor 'enhanced'
63 return new jQuery.fn.init( selector, context, rootjQuery );
64 },
65
66 // Used for matching numbers
67 core_pnum = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,

Callers 15

java.jsFile · 0.70
jquery.jsFile · 0.70
css_defaultDisplayFunction · 0.70
actualDisplayFunction · 0.70
defaultPrefilterFunction · 0.70
initializeJSFunction · 0.70
resizerFunction · 0.70
scripts.jsFile · 0.70
highlightFunction · 0.70
initializeJSFunction · 0.50
frontpage.jsFile · 0.50
highlightFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected