mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 22:53:00 +08:00
4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
$('#comment-<%= @comment.id %>').slideUp(function() {
|
|
$(this).remove();
|
|
});
|