Hapus tr terakhir dari meja jQuery
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})
Rht
$('#remove').on("click", function(){
$('#tableId tr:last').remove();
})