[jQuery] Re: Insert table row next to last row

2007-06-16 Thread Brad Perkins
That was easy! Thanks On Jun 16, 4:44 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > use a tfoot for your table and append to the tbody instead of the table. > > > > > Header 1 > Header 2 > Header 3 >

[jQuery] Re: Insert table row next to last row

2007-06-16 Thread Ⓙⓐⓚⓔ
use a tfoot for your table and append to the tbody instead of the table. Header 1 Header 2 Header 3 ** Footer 1