I have an HTML table filled with a number of rows.
How can I remove all the rows from the table?
Header 1 Header 2 Header 3
And Remove:
$("#tblBody").empty();