I thought this might be a fast way to remove the contents of a very large table (3000 rows):
$jq("tbody", myTable).remove();
But it's taking around five seconds to complete in firefox. Am I doing something dumb (aside from trying to load 3000 rows in to a browser)? Is there faster way to do it?