Hapus TR di meja jQuery
$("#MyTable").on("click", "#DeleteButton", function() {
$(this).closest("tr").remove();
});
Arrogant Angelfish
$("#MyTable").on("click", "#DeleteButton", function() {
$(this).closest("tr").remove();
});
$("#tableId > tbody"). empty();