var myList = document.getElementById('myList'); myList.innerHTML = ''; //Or with jQuery: $('#myList').empty();