I am looking to replace an element in the DOM.
For example, there is an <a>
element that I want to replace with a <span>
instead.
How would I go and do that?
I am looking to replace an element in the DOM.
For example, there is an <a>
element that I want to replace with a <span>
instead.
How would I go and do that?