CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 01 Sep 2025 03:52:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090808115658
location: https://web.archive.org/web/20090808115658/https://github.com/rmm5t/jquery-timeago/tree/v0.7.1
server-timing: captures_list;dur=0.549920, exclusion.robots;dur=0.020001, exclusion.robots.policy;dur=0.009436, esindex;dur=0.010952, cdx.remote;dur=6.125122, LoadShardBlock;dur=218.519669, PetaboxLoader3.datanode;dur=47.667269, PetaboxLoader3.resolve;dur=100.665193
x-app-server: wwwb-app225
x-ts: 302
x-tr: 265
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Mon, 01 Sep 2025 03:52:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sat, 08 Aug 2009 11:56:58 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 523ms
x-archive-orig-etag: "231a2057463ce5878a29caf9c8da4c8a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25260
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 08 Aug 2009 11:56:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 08 Aug 2009 11:56:58 GMT", ; rel="memento"; datetime="Sat, 08 Aug 2009 11:56:58 GMT", ; rel="next memento"; datetime="Sat, 31 Oct 2009 04:40:47 GMT", ; rel="last memento"; datetime="Thu, 28 Jan 2010 18:24:26 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_20090808060138_crawl100.gpg-c/52_11_20090808115621_crawl101.arc.gz
server-timing: captures_list;dur=0.518512, exclusion.robots;dur=0.016674, exclusion.robots.policy;dur=0.008177, esindex;dur=0.011384, cdx.remote;dur=27.108375, LoadShardBlock;dur=149.793398, PetaboxLoader3.datanode;dur=224.170782, PetaboxLoader3.resolve;dur=115.831252, load_resource;dur=213.531610
x-app-server: wwwb-app225
x-ts: 200
x-tr: 455
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.7.1 - 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 | Sat Feb 07 07:59:11 -0800 2009 | readme updated [rmm5t] |
![]() |
Rakefile | Loading commit data... ![]() |
|
![]() |
clock.png | ||
![]() |
index.html | ||
![]() |
jquery.timeago.js | Wed Feb 18 08:26:54 -0800 2009 | version bump to 0.7.1 [rmm5t] |
![]() |
test.html | ||
![]() |
test.js | Sat Feb 14 11:09:53 -0800 2009 | Added the ability to pass a function as a local... [rmm5t] |
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/
For different language configurations: https://gist.github.com/6251
Author
Other
Copyright (c) 2008-2009, Ryan McGeary (ryanonjavascript -[at]- mcgeary [dot] org)
This feature is coming soon. Sit tight!