I have an HTML table filled with a number of rows.
How can I remove all the rows from the table?
This will remove all of the rows belonging to the body, thus keeping the headers and body intact:
$("#tableLoanInfos tbody tr").remove();