[Javascript] Re: strange gecko (firefox/mozilla) appendchild behavior

diego nunes dnunes at gmail.com
Thu Jul 26 09:00:58 CDT 2007


On 7/26/07, Robert Van Dam <rvandam00 at gmail.com> wrote:
> (...)
> <table>
> <tbody><tr><td>1</td><td>2</td></tr></tbody>
> <tbody></tbody>
> <tbody><tr><td>3</td><td>4</td></tr></tbody>
> </table>

    And, btw, why would you want more than one <tbody> when you resort
the rows? Why don't you remove the old one and fill the table element
with a new tbody bundled with the resorted rows?

--
diego nunes
dnunes.com



More information about the Javascript mailing list