id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7692,selector :gt does not work on table,edwin74@…,,"when give a class to a <tr> and want to exclude each first d in a row the following code does only disabled the first td in the first row:

$j('.getform td:gt(0)')

<tr class=""getform"">
 <td></td>
<td></td>
</tr>
<tr class=""getform"">//this first td is clickable but schould not be clickable
 <td></td>
<td></td>
</tr>

This gies the desired result:

$j('.getform td:not(:first-child)')",bug,closed,undecided,1.6,unfiled,1.4.4,invalid,,,,
