袁来如此的工作笔记
袁来如此的工作笔记
竹杖芒鞋轻胜马,谁怕? 一蓑烟雨任平生。

$(this).parent(“tr”).remove(); doe not the tablerow from the view

浏览量:284

what:

why:

how:
var removeItemEl = $(this);
$.ajax(options).done(function (data) {
    removeItemEl.closest("tr").remove();
});

打赏