Download the PHP package rmm5t/jquery-timeago without Composer
On this page you can find all versions of the php package rmm5t/jquery-timeago. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rmm5t/jquery-timeago
More information about rmm5t/jquery-timeago
Files in rmm5t/jquery-timeago
Package jquery-timeago
Short Description jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
License MIT
Homepage http://timeago.yarp.com/
Informations about the package jquery-timeago
timeago: a jQuery plugin
Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601 formatted dates and times embedded in your HTML (à la microformats).
Usage
First, load jQuery and the plugin:
Now, let's attach it to your timestamps on DOM ready - put this in the head section:
This will turn all <time>
elements with a class of timeago
and a
datetime
attribute formatted according to the
ISO 8601 standard:
into something like this:
<abbr>
elements (or any other HTML elements) are also supported (this is for
legacy microformat support
and was originally supported by the library before the time
element was
introduced to HTML5):
As time passes, the timestamps will automatically update.
If you want to update a timestamp programatically later, call the update
function with a new ISO8601 timestamp of Date
object. For example:
For more usage and examples: http://timeago.yarp.com/
For different language configurations: visit the locales
directory.
Settings
cutoff
: Return the original date if time distance is older than cutoff
(miliseconds).
Changes
Version | Notes |
---|---|
1.6.x | (compare) Wraped locales in UMD wrappers; locale improvements |
1.5.x | (compare) Added Date as argument to update function; locales |
1.4.x | (compare) Added allowPast setting; locale updates |
1.3.x | (compare) Added updateFromDOM function; bug fixes; bower support |
1.2.x | (compare) Added cutoff setting; locale updates |
1.1.x | (compare) Added update function; locale updates |
1.0.x | (compare) locale updates; bug fixes; AMD wrapper |
0.11.x | (compare) natural rounding; locale updates; |
0.10.x | (compare) locale updates |
0.9.x | (compare) microsecond support; bug fixes |
0.8.x | (compare) <time> element support; bug fixes |
0.7.x | (compare) locale function overrides; unit tests |
... | ... |