淡出+删除(表格行)后的功能不起作用?

时间:2013-03-22 04:42:08

标签: jquery fadeout

我在此代码中添加了淡出+删除jquery table rows line totals and grand total,但UpdateTotals(this)停止了工作。我们将非常感谢您的帮助。

非常感谢

$('body').delegate('.delete', 'click', function() {          
//$(this).parents('tr').remove(); // UpdateTotals works fine
$(this).parents('tr').fadeOut('normal', function() { $(this).remove()}); //UpdateTotals won't work
UpdateTotals(this);
});

0 个答案:

没有答案
相关问题