12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
$("#comment_form").html("<%= escape_javascript(render(:partial => "form")) %>");
|
|
|
|
$("#comments").html("<%= escape_javascript(render(@comment.commentable.comments.recents)) %>");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document.body).animate({
|
|
'scrollTop': ( $("#comment_<%= @comment_id %>").offset().top - 150)
|
|
}, 700); |