since index.html has a blank div for the messages.. and then there is an ajax call to fetch the message html.. there is a bit of lag time for the page to populate with messages after you submit a comment. one way to solve this is to make the post ajax as well.
since index.html has a blank div for the messages.. and then there is an ajax call to fetch the message html.. there is a bit of lag time for the page to populate with messages after you submit a comment. one way to solve this is to make the post ajax as well.