Very good help..can i join two condition? $('td:not(:has(table))') and $('tr:has(td)') ...
On Jan 7, 10:28 am, Karl Swedberg <k...@englishrules.com> wrote: > On Jan 6, 2009, at 8:53 PM, Vicky am wrote: > > > Hello Karl, Very good it works. Also how isay if td does not have > > table. one of my td has <table> and it should not higlite that. > > thanks. > > Hi Vicky, > > How about this? > > $('td:not(:has(table))')