SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming you have just one table so you can reference it with just the type. If you don't want to delete the headers:
$("tbody").children().remove()
otherwise:
$("table").children().remove()
hope it helps!