I have a page having lots of posts showing time when they were posted. I want to keep on updating that time after every 1 min. One simple way can be give them a same class and g
the simplest solution is to have the same selector for all the elements of the posts that need to show the time and update theyr value every x seconds.
UPDATE :
Here is a live demo using the above method.
It is available in the form of a jquery plugin too.