mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-12-03 12:36:49 -05:00
Updated homepage
This commit is contained in:
parent
dd707da5d3
commit
862eed63cc
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@
|
|||
</p>
|
||||
|
||||
<p class="example">
|
||||
This page was last modified <abbr class="modified timeago">sometime before now <span class="help">(turn on javascript, loser)</span></abbr>.
|
||||
This page was last modified <abbr class="modified timeago">sometime before now [browser might not support document.lastModified]</abbr>.
|
||||
</p>
|
||||
|
||||
<p class="example">
|
||||
|
@ -92,7 +92,7 @@ jQuery(document).ready(function() {
|
|||
</p>
|
||||
|
||||
<pre>
|
||||
<abbr class="timeago" title="2008-07-17T09:24:17Z"><em>6 hours ago</em></abbr></pre>
|
||||
<abbr class="timeago" title="2008-07-17T09:24:17Z"><em><abbr class="timeago" title="2008-07-17T09:24:17Z">time ago</abbr></em></abbr></pre>
|
||||
|
||||
<p class="how">
|
||||
As time passes, the timestamps will automatically update.
|
||||
|
|
Loading…
Reference in a new issue