// Удалить по id. function cl(Id) { var el = document.getElementById(Id); el.parentNode.removeChild(el); }