var elem = document.getElementById('res2'); while(elem.firstChild) { elem.removeChild(elem.firstChild); }