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

Function jQuerySub

1.6.1/src/core.js:828–830  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

826
827 sub: function() {
828 function jQuerySub( selector, context ) {
829 return new jQuerySub.fn.init( selector, context );
830 }
831 jQuery.extend( true, jQuerySub, this );
832 jQuerySub.superclass = this;
833 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

core.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected