MCPcopy Index your code
hub / github.com/dataarts/dat.gui / jQuerySub

Function jQuerySub

tests/jquery.js:871–873  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

869
870 sub: function() {
871 function jQuerySub( selector, context ) {
872 return new jQuerySub.fn.init( selector, context );
873 }
874 jQuery.extend( true, jQuerySub, this );
875 jQuerySub.superclass = this;
876 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

jquery.jsFile · 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…