jQuery uched ul

$('input').click(function() {
  $('ul').empty()
});
Sparkling Seal