Assuming I have an element called menu how would I remove this element from the page? Is there a document.removeElementById function? or something equivalent?
Assuming I have an element called menu how would I remove this element from
Share
No direct command but this will do what you need:
You can wrap it nicely with function if you want. 🙂