Ticket #4262: eq.patch
File eq.patch, 336 bytes (added by , 13 years ago) |
---|
-
jquery/src/core.js
498 498 }, 499 499 500 500 eq: function( i ) { 501 return this. slice( i, +i + 1);501 return this.pushStack( this[i], 'eq', i ); 502 502 }, 503 503 504 504 slice: function() {