I have a requirement which is nothing but progress bar inside a table column which should be active. I will have plenty of bootstrap progress bar(Say some 10) and I am using spring mvc in server side. Now the problem is I don't know how to update the progress bar constantly(Say some every 10secs) without refreshing the entire page, to be more precise I want the html table to be refreshed every 10 secs, it should hit the server and the value of the progress bar should be applied to the progress bar inside the html table. I have a requirement which is nothing but progr