( selector, context )
| 895 | |
| 896 | sub: function() { |
| 897 | function jQuerySub( selector, context ) { |
| 898 | return new jQuerySub.fn.init( selector, context ); |
| 899 | } |
| 900 | jQuery.extend( true, jQuerySub, this ); |
| 901 | jQuerySub.superclass = this; |
| 902 | jQuerySub.fn = jQuerySub.prototype = this(); |