Any jquery plugin which automatic update time for all the posts of a page

后端 未结 3 800
有刺的猬
有刺的猬 2021-01-28 15:34

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

3条回答
  •  不思量自难忘°
    2021-01-28 15:58

    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.

提交回复
热议问题