#68 closed bug (invalid)
$('table tr tbody td:first') gives first td of last row found
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('table tr tbody td:first') gives me the first TD, of the last row found but that's not what i want.. I want the first TD of each row found. It it is a feature, it should return the first TD of the first row ;)
Change History (1)
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | → 1.0 |
Note: See
TracTickets for help on using
tickets.
That's a feature - you should be using :first-child instead.