Entfernen Sie die aktuelle Tabellenzeile in jQuery
$(this).closest('tr').remove();
Hurt Hornet
$(this).closest('tr').remove();