|
Hi,
when I call unbindNode() on a node somewhere deep down in the DOM hierarchy, the object references to nodes all over the document seem to change unpredictably. Is the whole tree being recreated for such an operation? Is there any way to prevent this so I can keep references to nodes while changing something in the document?
Cheers
Kilian |