We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/fregante/select-dom/blob/93c48807aa37333a1b89c962f19863f151a3aade/index.ts#L19
const selectors = ['a', 'button']; delegate(document, selectors, 'click', handler)
The text was updated successfully, but these errors were encountered:
Undo selector change
1e9699b
Forgot that this isn't here yet fregante/delegate-it#35
@fregante You probably should use multiple selectors in the selector string, separated by comma; would be more standard?
Sorry, something went wrong.
Yes, but arrays allow you to comment on each selector separately, if necessary. You can still use 'a,button' as always.
'a,button'
suggest-commit-title-limit
Successfully merging a pull request may close this issue.
See https://github.com/fregante/select-dom/blob/93c48807aa37333a1b89c962f19863f151a3aade/index.ts#L19
The text was updated successfully, but these errors were encountered: