mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-03-05 01:18:02 -05:00
Updated docs to explain how the title attribute is updated
This commit is contained in:
parent
db74d8837b
commit
b23519102f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ jQuery(document).ready(function() {
|
|||
into something like this:
|
||||
</p>
|
||||
<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>
|
||||
<abbr class="timeago" title="July 17, 2008"><em><abbr class="timeago" title="2008-07-17T09:24:17Z">time ago</abbr></em></abbr></pre>
|
||||
<p>
|
||||
which yields: <abbr class="timeago" title="2008-07-17T09:24:17Z">July 17, 2008</abbr>. As time passes, the timestamps will automatically update.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue