Skip to main content

Bug Tracker

Side navigation

#68 closed bug (invalid)

Opened July 15, 2006 08:01AM UTC

Closed August 15, 2006 04:54AM UTC

Last modified June 21, 2007 05:10AM UTC

$('table tr tbody td:first') gives first td of last row found

Reported by: gilles@webunity.nl 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 ;)

Attachments (0)
Change History (1)

Changed August 15, 2006 04:54AM UTC by john comment:1

resolution: → invalid
status: newclosed
version: → 1.0

That's a feature - you should be using :first-child instead.