Searched refs:jQuerySub (Results 1 – 1 of 1) sorted by relevance
849 function jQuerySub( selector, context ) { function850 return new jQuerySub.fn.init( selector, context );852 jQuery.extend( true, jQuerySub, this );853 jQuerySub.superclass = this;854 jQuerySub.fn = jQuerySub.prototype = this();855 jQuerySub.fn.constructor = jQuerySub;856 jQuerySub.sub = this.sub;857 jQuerySub.fn.init = function init( selector, context ) {858 if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {859 context = jQuerySub( context );[all …]