Thanks for the response.

insertSiblingNodesBefore is only useful if you already know and have
an ID or reference to another child of the parent element.  If the
parent element has no children when you go to insert, you can't get a
reference to a sibling and the function cannot be called or it fails
on a null sibling lookup.  In the arbitrary case, where the parent
will sometimes have children and sometimes not,
insertSiblingNodesBefore is not useful.

Any other candidates?

MJ

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to