I have an HTML table filled with a number of rows.
How can I remove all the rows from the table?
I needed this:
$('#myTable tbody > tr').remove();
It deletes all rows except the header.