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

Add selector parameter for .off() method #50

Closed
2 tasks done
kupriyanenko opened this issue Apr 14, 2015 · 1 comment
Closed
2 tasks done

Add selector parameter for .off() method #50

kupriyanenko opened this issue Apr 14, 2015 · 1 comment

Comments

@kupriyanenko
Copy link
Owner

Interface: .off( events [, selector ] [, handler ] )

events
Type: String
One or more space-separated event types and optional namespaces, or just namespaces, such as "click", "keydown.myPlugin", or ".myPlugin".

selector
Type: String
A selector which should match the one originally passed to .on() when attaching event handlers.

handler
Type: Function
A handler function previously attached for the event(s), or the special value false.

  • Implementation
  • Documentation
@kupriyanenko
Copy link
Owner Author

Resolved with 62c521c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant