Please help?

On Jul 25, 10:12 pm, nullstring <jayz...@gmail.com> wrote:
> 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 */
>                 }
>
>
>
> }

Reply via email to