jquery-timeago
jquery-timeago copied to clipboard
:clock8: The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago").
if you include timeago.js inside a large application that already handles i18n, it's now made easy to give timeago.js your own translator() function. and if you don't, timeago will continue...
[mod] improving typography: enabling usage of non-breaking-space character ( ) in textfields, this is important to prevent a line break between the number and the timeframe
I have enabled future support (because some of my posts have an "expiration date"). The problem now is that some users are reporting seeing "less than a minute from now"...
How can I have it only in days like: "8 days ago", "in 35 days" (no weeks, year or hours)
The following code breaks when a null value is passed in. Surrounding with a conditional block will fix this. ``` isTime: function(elem) { // jQuery's `is()` doesn't play well with...
I noticed that this issue has been brought up before (see [here](https://github.com/rmm5t/jquery-timeago/issues/10)), but I don't think a good justification was ever given, so I'd like to chime in with my...
It would be very useful to allow for instance-specific settings. As it is, we have to override the default settings, instantiate our `timeago`s, and then reset the default settings. I'd...
I have a situation where I want to stop the timeago setInterval. Currently it is impossible to do so as the interval ID is not returned by the function. The...