$("#MyTable").on("click", "#DeleteButton", function() { $(this).closest("tr").remove(); });
$("#tableId > tbody"). empty();
$(this).closest('tr').remove();