I having been working on a project, where when there is a new db update, we are using the .click()
function to refresh the page to get new content into view, and that tends to load huge amount of data retrieval for a single update. But I have seen in sites like stackoverflow or linkedin they were loading the new content without refreshing the whole page.
May anyone help on how to add that feature in our project.