I want to remove all rows of my table except the header.
This is what I\'ve tried but it always deletes all rows and header:
$(\"#<%=tblDetailFour
$('#tblDetailFourn > tbody > tr > td').parent('tr').empty();