On Mar 17, 12:32 pm, Matt Kruse <[email protected]> wrote: > I have a reference to a DOM node. I want to know when it is removed > from the document, even if it was caused by a PARENT node being > removed!
If you have a node you want to track, can't you just keep a reference to each element in its ancestry and note when any one of them is removed, using whatever method you choose? Am I missing some significant barrier? -- Scott -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
