[jQuery] jQuery Nesting Tables

[jQuery] jQuery Nesting Tables


Hi,
In my last row (parent Table) with colspan(tr), I have another Table
(without any.attributes) which was generated by GridView, Paging
enabled and located in footer ..
How do I know if that Table exists in my last row(parent Table)..
this code won't work ..
if(jQuery(this).is('table')) {
if(this.find('tbody tr:last td table')) {
/* remove paging table element */
}
}