Do you know if you can clone() and then appendTo() a <tr> http://www.perturb.org/tmp/test.html
I want to something like $("#second").clone().appendTo('#second'); It works, but it doesn't render like I want it to. I want it to be a NEW row. Any ideas? - Scott