MCPcopy
hub / github.com/gunthercox/ChatterBot / jQuery

Function jQuery

examples/django_example/django_example/static/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 4

jquery.jsFile · 0.85
css_defaultDisplayFunction · 0.85
actualDisplayFunction · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected