Element.reparent

Removes this element form its current parent and appends it to the given newParent.

class Element
void
reparent
out { assert (this.parentNode is newParent); }
Suggestion Box / Bug Report