jquery でタグの代わりに文字列を追加すると、問題が発生します。これが私のコードです:
$('.nested_comments_'+<%= @comment.parent.id %>).append("<div class='<%= 'nested_comments nested_comments_'+ @comment.id.to_s%>'></div>")
そして、これは
"<div class='nested_comments nested_comments_584'></div>"
htmlタグの代わりに。私は何を間違っていますか?