for an element in DOM,such as an "A" element,how to replace it with a "span" instead?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
by using replaceChild():
|
|||||||||||||||
|
a is the replaced A element. |
|||
|
|