MCPcopy Index your code
hub / github.com/mar10/fancytree / jQuery

Function jQuery

lib/jquery.js:148–152  ·  view source on GitHub ↗
(selector, context)

Source from the content-addressed store, hash-verified

146 rhtmlSuffix = /HTML$/i,
147 // Define a local copy of jQuery
148 jQuery = function (selector, context) {
149 // The jQuery object is actually just the init constructor 'enhanced'
150 // Need init if jQuery is called (just allow error to be thrown if not included)
151 return new jQuery.fn.init(selector, context);
152 };
153
154 jQuery.fn = jQuery.prototype = {
155 // The current version of jQuery being used

Callers 15

jquery.planize.jsFile · 0.85
processFunction · 0.85
dirFunction · 0.85
jquery.jsFile · 0.85
accessFunction · 0.85
onFunction · 0.85
manipulationTargetFunction · 0.85
test-leaks.jsFile · 0.85
test-core.jsFile · 0.85
test-bench.jsFile · 0.85
test-ext-misc.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected