Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow timeago to be used with jquery-livequery #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 25, 2011

  1. Allow timeago to be used with jquery-livequery:

    $('attr.timeago').livequery(function() {
        $(this).timeago();
    });
    
    - Save intervalId to only issue setInterval once
    - Add selected elements to a global array which we query
    Christoph Burgmer committed Jan 25, 2011
    Configuration menu
    Copy the full SHA
    038b8dc View commit details
    Browse the repository at this point in the history