I have an HTML table filled with a number of rows.
How can I remove all the rows from the table?
$('#myTable > tr').remove();