I have object replies:
[Object { content="Comment #1."}, Object { content="Comment #2."}]
And I have selector that selects place where content should be placed…
$('.post .comment_this[rel="3"]').parent().parent().append(encoded.content + '<br />');
How to iterate over that object and display results in that place one by one?
repliesis an array, you can use a simpleforloop: