I am trying to target the first table cell in each table row.  I'm not
familiar with the + character, but I thought it might be the key, but
it wasn't:
jQuery('#rank-products table.product-table tr + td').addClass('rank-
handle');

And of course this doesn't work either.
jQuery('#rank-products table.product-table tr td:first-
child').addClass('rank-handle');

Also, it's important that this doesn't target nested tables (eg. #rank-
products table.product-table table).

Is this possible without getting too complex?

Reply via email to