[jQuery] Nested Tables Question

2007-08-07 Thread Mike Miller
Hi, I need to find a quick way to determine whether or not table elements on the page have any children table elements...as I want to change the style class of the innermost table. Any ideas on how best to do this? M

[jQuery] Nested Tables

2007-08-07 Thread Mike Miller
Hi, I am trying to find a way to determine whether or not a particular table element has a child table element. If it does not have any children tables I want to change the class of the table. If it does have children table elements I do not want to do anything. Any ideas? M