Hi,
Typing something in a texbox, we click the comment submit button or press enter. So the comment is posted under the last comment.
A new <div> is created and it's appended with that comment-data. Is this div temporality attached/appended.
Does jquery get/takes the value/comment-data from that text box's id/class selector?
As when the page is reloaded/refresh the div is permanently attached with data pulling from database.
Thanks.