jeudi 7 juillet 2016

How do I clear the contents of a div without innerHTML = "";


I have a div that is filled by JS created DOM elements,

I want the div to be cleared upon the JS function repeating, however I have heard that using document.getElementById('elName').innerHTML = ""; is not a good idea,

What is a valid alternative to doing this to clear the div's contents?


Aucun commentaire:

Enregistrer un commentaire