Using appendChildNodes to add rows to a table in Internet Explorer will not work if you try to append directly to the table tag (works fine in FireFox). For IE, you append the rows to a tbody tag. I ran into this and thought I would share the knowledge in case someone else was running into this problem.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
