ewosch wrote:
[color=blue]
> is there a possibility to move a node from one child position to
> another ?[/color]
Yes, if for methods like
appendChild
insertBefore
you pass in nodes already in the document tree then they are removed
from the old position before being inserted at the new position.
Comment