On 9/6/06, Tom Berger <[EMAIL PROTECTED]> wrote: > > I am experiencing a strange problem when using appendChildNodes. After > calling appendChildNodes (usually with elements created using the 'stan' > like syntax) the new elements don't appear. This is in contrast to ingecting > content using innerHTML, which immidiately displays. > > Any ideas why this is happening, and what can I do to cause the browser to > immidiately display new elemnts I insert using appendChildNode?
That doesn't happen unless you're trying to insert the same node into the document a bunch of times (it'll only show up once). If you think it's something else, then post a reproducible example. -bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
