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
What about:
$('#tblDetailFourn tbody').html('');
jsfiddle