Answers for "remove all registers of table jquery"

1

jquery remove all tr from table

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language