jquery empty ul

Solutions on MaxInterview for jquery empty ul by the best coders in the world

showing results for - "jquery empty ul"
Rafael
30 Jul 2018
1$('input').click(function() {
2  $('ul').empty()
3});