I have a Node object
and want to use appendChild(Node node) to append another Node which is created by another Document as a child of the previous node. Surely this throws WRONG_DOCUMENT_ERR.
but how can I do so ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.