Hi Alain,
I assume you want to wrap the <thead> node around the first table row.
$('table tr:first').wrap('<thead></thead>');

If that doesn't do it then post your <table> html and where exactly
you want to add <thead>

Paul

On Feb 11, 5:58 pm, Alain Roger <raf.n...@gmail.com> wrote:
> Hi,
>
> i have a <table> tage and i would like to add a <thead> node using jQuery.
> what is the best method in order to get <table><thead>...</thead></table> ?
>
> thx
>
> --
> Alain
> -----------------------------------------------------------
> Windows XP x64 SP2 / Fedora 10 KDE 4.2
> PostgreSQL 8.3.5 / MS SQL server 2005
> Apache 2.2.10
> PHP 5.2.6
> C# 2005-2008

Reply via email to