Files
nairobi/app/views/admin/poll/questions/answers/images/destroy.js.erb
2019-03-19 12:16:50 +01:00

4 lines
86 B
Plaintext

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