Side navigation
#3873 closed bug (fixed)
Opened January 15, 2009 02:44PM UTC
Closed January 17, 2009 09:45PM UTC
: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://media.nodnod.net/eq.html
"Note that $('table tr:eq(36)') gives none while $('table tr:eq(5)') gives 2. One for each table."
Attachments (0)
Change History (1)
Changed January 17, 2009 09:45PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
This was a tricky one, required some refactoring.
http://github.com/jeresig/sizzle/commit/24ee5553bd8162ad2973d656c51a61f6c288b576
Will be merging into jQuery soon.