This might do it...
$('td:not(:has(table))').addClass('something') --Karl _________________ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 21, 2008, at 8:39 PM, dustin.c wrote:
I have a series of nested tables and i want to addClass() to the cells that are holding only text ( not ones that are holding more tables ). Any ideas on how to select those?