3 lines
99 B
Plaintext
3 lines
99 B
Plaintext
|
$('.delete_level').bind('ajax:success', function() {
|
||
|
$(this).closest('tr').fadeOut();
|
||
|
});
|