HTML DOM
GitHub 0★
Replace an element
The
ele
will be removed from the DOM tree, and is replaced with
newEle
:
ele
.
parentNode
.
replaceChild
(
newEle
,
ele
)
;
Remove an element
Replace broken images