( selector, context )
| 826 | |
| 827 | sub: function() { |
| 828 | function jQuerySub( selector, context ) { |
| 829 | return new jQuerySub.fn.init( selector, context ); |
| 830 | } |
| 831 | jQuery.extend( true, jQuerySub, this ); |
| 832 | jQuerySub.superclass = this; |
| 833 | jQuerySub.fn = jQuerySub.prototype = this(); |