Side navigation
#5379 closed enhancement (duplicate)
Opened October 14, 2009 10:15PM UTC
Closed November 11, 2009 06:10PM UTC
eq handle -1
Reported by: | snowbot3 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | eq | Cc: | |
Blocked by: | Blocking: |
Description
the eq function works with the argument -2, -3, etc, where $(selector).eq(-2) returns the second from the last element, but $(selector).eq(-1) only returns null or an empty array(not sure which). I would like eq(-1) to return the last Jquery element in the array.