( selector, context )
| 873 | |
| 874 | sub: function() { |
| 875 | function jQuerySub( selector, context ) { |
| 876 | return new jQuerySub.fn.init( selector, context ); |
| 877 | } |
| 878 | jQuery.extend( true, jQuerySub, this ); |
| 879 | jQuerySub.superclass = this; |
| 880 | jQuerySub.fn = jQuerySub.prototype = this(); |