MCPcopy Index your code
hub / github.com/unconed/TermKit / jQuerySub

Function jQuerySub

HTML/jquery.js:849–851  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

847
848 sub: function() {
849 function jQuerySub( selector, context ) {
850 return new jQuerySub.fn.init( selector, context );
851 }
852 jQuery.extend( true, jQuerySub, this );
853 jQuerySub.superclass = this;
854 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected