i would make the first row a "th" then have it do a $("th").after(add your TR here);
but im a total newbie to javascript and jquery On Feb 15, 2:48 pm, Shelane <[EMAIL PROTECTED]> wrote: > I would like to add a row to a table. The first row is a header. So > I want to add it just under the header row. How would I accomplish > such an endeavor?