[jQuery] Re: Question about hiding table

2008-09-01 Thread Adam Asham
You can't have a table inside of a paragraph - the paragraph is automatically closed when the table tag starts! Until you know html inside out, always run your documents through a html validator would be my tip. :-) On 1 Sep, 23:03, jjsanders <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I w

[jQuery] Cloning a table row.

2008-09-01 Thread Adam Asham
Hello I am new to jquery I have a problem with cloning a table row. It gets messed up if the method is called more than once. The information is added several times in a row. The html-code is merely used as markup, template information in this case. all content is added through jquery and it's

[jQuery] Cloning a table row.

2008-09-01 Thread Adam Asham
Cloning a table row. Hello I am new to jquery I have a problem with cloning a table row. It gets messed up if the method is called more than once. The information is added several times in a row. The html-code is merely used as markup, template information in this case. all content is added th