I want to be able to refresh or get newer records from the database using jQuery AJAX. without refreshing the page.
Here is the trick, since someone will post a comment, how may I call an Ajax request. Since that comment can be posted anytime.
Right now I am just loading the records on page load. I want to be able to load the records when the page has been already loaded and a comment has been posted.
I just want a simple solution, this project is not for production. Its just a school project that I am working on.
I was think of a Ajax request every 20s or perhaps call an update function when a user comments.