you should be able to .append a tfoot, then iterate through the tbody's trs
and tds to populate an array, then use that to populate some fresh td's in
the tfoot. i'd write it for ya but i gotta go to the opera. ^_^

stephen

On Sat, Aug 23, 2008 at 10:12 AM, Scott Phillips <[EMAIL PROTECTED]>wrote:

>
> I am trying to do a footer at the bottom of the table, and I would
> love to use jquery to provide a total in the footer, something like
> this:
>
> 1 | 1 | 3
> 2 | 1 | 4
> ----------
> 2 | 2 | 7 (JQuery added the TDs above)
>
>
> Is it possible? And can anyone point me in the right direction.
>

Reply via email to