var target = $("#<%= @post.guid %>") target.hide('blind', { direction: 'vertical' }, 300, function(){ target.remove() });