Clone
$(".file.<%= dom_id(@file) %>").fadeOut('slow', function(){
  $(this).remove()
})