MCPcopy Index your code
hub / github.com/sql-js/sql.js / jQuery

Function jQuery

documentation/javascript/application.js:942–945  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

940
941 // Define a local copy of jQuery
942 jQuery = function( selector, context ) {
943 // The jQuery object is actually just the init constructor 'enhanced'
944 return new jQuery.fn.init( selector, context, rootjQuery );
945 },
946
947 // Used for matching numbers
948 core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,

Callers 3

application.jsFile · 0.85
css_defaultDisplayFunction · 0.85
defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…