Opened 14 years ago
Closed 14 years ago
#3873 closed bug (fixed)
:eq() failing
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | selector | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test cases: http://jsbin.com/omobe http://media.nodnod.net/eq.html
"Note that $('table tr:eq(36)') gives none while $('table tr:eq(5)') gives 2. One for each table."
Note: See
TracTickets for help on using
tickets.
This was a tricky one, required some refactoring. http://github.com/jeresig/sizzle/commit/24ee5553bd8162ad2973d656c51a61f6c288b576
Will be merging into jQuery soon.