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