Loop through a list of div using setInterval to refresh data every x seconds – Jquery ajax
I have this page that consists of a list of user posts / message. When a post is liked, I want it to reflect on all other users, and based on my research setInterval can get the job done by…