jQuery(document).ready(function() { jQuery("a.timeago").timeago(); });
How would I change that code to make the timeago plugin always be on/live?
Thanks.