CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 18:26:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090804084219
location: https://web.archive.org/web/20090804084219/https://github.com/rmm5t/jquery-timeago/tree/v0.4
server-timing: captures_list;dur=1.536362, exclusion.robots;dur=0.052303, exclusion.robots.policy;dur=0.020348, esindex;dur=0.028890, cdx.remote;dur=178.405430, LoadShardBlock;dur=774.670266, PetaboxLoader3.datanode;dur=137.823056, PetaboxLoader3.resolve;dur=438.072301
x-app-server: wwwb-app220
x-ts: 302
x-tr: 1167
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 04 Sep 2025 18:26:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 04 Aug 2009 08:42:18 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1087ms
x-archive-orig-etag: "8c253216348a6e9725235a41b466bc7b"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24237
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 04 Aug 2009 08:42:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 04 Aug 2009 08:42:19 GMT", ; rel="memento"; datetime="Tue, 04 Aug 2009 08:42:19 GMT", ; rel="next memento"; datetime="Sat, 31 Oct 2009 04:40:28 GMT", ; rel="last memento"; datetime="Thu, 28 Jan 2010 23:10:25 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090804061856_crawl103.gpg-c/52_11_20090804084111_crawl101.arc.gz
server-timing: captures_list;dur=0.484966, exclusion.robots;dur=0.018809, exclusion.robots.policy;dur=0.008389, esindex;dur=0.011459, cdx.remote;dur=61.670691, LoadShardBlock;dur=639.468297, PetaboxLoader3.datanode;dur=544.355739, PetaboxLoader3.resolve;dur=277.628407, load_resource;dur=339.003220
x-app-server: wwwb-app220
x-ts: 200
x-tr: 1116
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
rmm5t's jquery-timeago at v0.4 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago"). edit |
Homepage: | https://timeago.yarp.com edit |
Public Clone URL: |
git://github.com/rmm5t/jquery-timeago.git
Give this clone URL to anyone.
git clone git://github.com/rmm5t/jquery-timeago.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:rmm5t/jquery-timeago.git
|
name | age | message | |
---|---|---|---|
![]() |
README.markdown | Loading commit data... ![]() |
|
![]() |
Rakefile | ||
![]() |
clock.png | ||
![]() |
index.html | ||
![]() |
jquery.timeago.js | ||
![]() |
test.html | ||
![]() |
test.js |
README.markdown
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:
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jquery.timeago.js" type="text/javascript"></script>
Now, let's attach it to your timestamps on DOM ready:
<pre>
jQuery(document).ready(function() {
jQuery('abbr[class*=timeago]').timeago();
});
</pre>
This will turn all abbr elements with a class of timeago and an ISO 8601 timestamp in the title:
<abbr class="timeago" title="2008-07-17T09:24:17Z">July 17, 2008</abbr>
into something like this:
<abbr class="timeago" title="2008-07-17T09:24:17Z">about 1 day ago</abbr>
As time passes, the timestamps will automatically update.
For more usage and examples: https://timeago.yarp.com/
Other
Copyright (c) 2008, Ryan McGeary (ryanonjavascript -[at]- mcgeary [dot] org)
This feature is coming soon. Sit tight!