Delete all rows in an HTML table December 8, 2022 by Tarik this will remove all the rows: $("#table_of_items tr").remove();