Reorder S/N Number before/after Table Row add/delete

$('table tbody tr td:first-child').children('span').text(function (i) {
 return i + 1;
});