4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
$('.delete').bind('ajax:success', function () {
|
|
$(this).closest('div').fadeOut()
|
|
})
|