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