Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.
authorJohn Resig <jeresig@gmail.com>
Wed, 9 Sep 2009 00:21:21 +0000 (00:21 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 9 Sep 2009 00:21:21 +0000 (00:21 +0000)
commit9de120e6d7cfffa3d990a6ccf23db3cd74e2bdc0
tree0b8131825b85c22167b141e8ae20079d90ba034c
parent4ea4fad0902839c06c281b5de7b0aca29922b63d
Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.
src/traversing.js
test/unit/traversing.js