Files
tsemple/app/views/comments/trash.js.erb
2014-02-03 22:32:02 +08:00

4 lines
78 B
Plaintext

$('#comment-<%= @comment.id %>').slideUp(function() {
$(this).remove();
});