I'm trying to reproduce this html using jquery on a click event.
<div class="comments_action_207">
<div class="list_item_comments list_item_comments_207">
<div class="comment_separator">text goes here</div>
</div>
</div>
before the click event I have the following html:
<div class="comments_action_207"></div>
So I need to add this inside the previous code
<div class="list_item_comments list_item_comments_207"><div class="comment_separator">text goes here</div></div>