MCPcopy Create free account
hub / github.com/F-Stack/f-stack / jQuerySub

Function jQuerySub

tools/libxo/xohtml/external/jquery.js:875–877  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

873
874 sub: function() {
875 function jQuerySub( selector, context ) {
876 return new jQuerySub.fn.init( selector, context );
877 }
878 jQuery.extend( true, jQuerySub, this );
879 jQuerySub.superclass = this;
880 jQuerySub.fn = jQuerySub.prototype = this();

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected