Files
nairobi/app/views/admin/poll/questions/answers/images/destroy.js.erb

4 lines
86 B
Plaintext

$('.delete').bind('ajax:success', function () {
$(this).closest('div').fadeOut()
})