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

Only bind timeago plugin to an element once #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2010

  1. Issue 25: only bind timeago plugin once-per-element

    This change will filter out any elements that have already been bound to
    the timeago plugin so they are not included in multiple setInterval
    closures.
    
    NOTE: I also had to bump the version of jQuery used as 1.4.2 has a
    bug where it wouldn't call the .each(callback). Perhaps this is due to
    changes to the .filter method? Moving to 1.4.1 or 1.4.4
    is also acceptable.
    stevenharman committed Nov 18, 2010
    Configuration menu
    Copy the full SHA
    199d6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d488c95 View commit details
    Browse the repository at this point in the history