Answers for "how to delete all rows in a html table using jquery"

1

jquery remove all tr from table

$("#tableId > tbody"). empty();
Posted by: Guest on February-28-2021

Code answers related to "how to delete all rows in a html table using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language