var div = document.getElementById('cart_item'); while(div.firstChild){ div.removeChild(div.firstChild); }