MCPcopy Index your code
hub / github.com/JsAaron/jQuery / jQuerySub

Function jQuerySub

1.7/core.js:854–856  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

852
853 sub: function() {
854 function jQuerySub( selector, context ) {
855 return new jQuerySub.fn.init( selector, context );
856 }
857 jQuery.extend( true, jQuerySub, this );
858 jQuerySub.superclass = this;
859 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

core.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected