We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6166970 commit 7e8e6d2Copy full SHA for 7e8e6d2
README.markdown
@@ -66,6 +66,12 @@ introduced to HTML5):
66
67
As time passes, the timestamps will automatically update.
68
69
+If you want to update a timestamp, just do something like
70
+
71
+```html
72
+jQuery("time#timeago").timeago('update', new_ISO8601_string);
73
+```
74
75
**For more usage and examples**: [http://timeago.yarp.com/](http://timeago.yarp.com/)
76
77
**For different language configurations**: visit the [`locales`](https://github.com/rmm5t/jquery-timeago/tree/master/locales) directory.
0 commit comments