how to remove all li tags inside ul js code example Example: jquery empty ul $('input').click(function() { $('ul').empty() });