( selector, context )
| 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(); |