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

Match event.target ancestors in $.delegate #109

Commits on Dec 14, 2015

  1. Match event.target ancestors in $.delegate

    Use `closest` instead of `matches` to allow checking
    the target element itself, as well as its ancestors.
    TxHawks committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    79311fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. Merge branch 'gh-pages' into fix/match-target-ancestors-when-delegati…

    …ng-events
    
    Merging in changes to update chrome so that tests will pass
    TxHawks committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    4302640 View commit details
    Browse the repository at this point in the history
  2. Build minified files

    TxHawks committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b6d6a6a View commit details
    Browse the repository at this point in the history