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

Support for useCapture #1966

Closed
jisaacks opened this issue Dec 24, 2014 · 1 comment
Closed

Support for useCapture #1966

jisaacks opened this issue Dec 24, 2014 · 1 comment

Comments

@jisaacks
Copy link

Now that jQuery 2.0 dropped support for IE <= 8, is there any reason not to support useCapture when adding event listeners? All the browsers that jQuery supports now support it.

If this can be added I would be willing to do the work. The only question is where in the on method signature to accept the param. I would guess: .on( events [, selector ] [, data ], handler [,userCapture]) but could also be: .on( events [, selector ] [, data ] [,userCapture], handler )

@dmethvin
Copy link
Member

This is a dup of Trac #14953 . We've talked about adding capture in a new interface though, see gh-1735 . Are you interested in that one and does it fit your use cases?

@lock lock bot locked as resolved and limited conversation to collaborators Jun 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants