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

Comma separated selectors do not work with leave #18

Closed
uzairfarooq opened this issue Nov 8, 2014 · 1 comment
Closed

Comma separated selectors do not work with leave #18

uzairfarooq opened this issue Nov 8, 2014 · 1 comment
Labels

Comments

@uzairfarooq
Copy link
Owner

Leave event does not fire for such a selector:

document.leave("#elem .txt, #elem2 .txt", function() {
    // never fires
});
@uzairfarooq
Copy link
Owner Author

Not a bug. That's expected behavior, as per documentation.

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

No branches or pull requests

1 participant