Showing posts with label time ago. Show all posts
Showing posts with label time ago. Show all posts

Wednesday 6 August 2014

Times ago jQuery plugin

<script type='text/javascript' src="jquery.min.js"></script>
<script type='text/javascript' src="timeago/jquery.timeago.js"></script>
<script type='text/javascript'>
$(document).ready(function() {
$("abbr.timeago").timeago();
$("time.timeago").timeago();
});
</script>
<abbr class="timeago" title="July 17, 2008">6 years ago</abbr>