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

Mouse Events: use dispatchEvent instead of HTMLElement function #32

Closed
wants to merge 1 commit into from
Closed

Mouse Events: use dispatchEvent instead of HTMLElement function #32

wants to merge 1 commit into from

Conversation

larslaade
Copy link

Reduced the use of elem type ; to only radio and checkboxes with simple click.
Added tests for click and key combinations.
fixes #22

@jzaefferer
Copy link
Member

Thank you for the contribution. This project isn't well maintained and it may take quite a while until this gets reviewed. I've added some details about that here: https://github.com/jquery/jquery-simulate#project-status

@larslaade larslaade closed this Feb 16, 2020
@larslaade larslaade deleted the fix-dispatch-event branch February 16, 2020 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The event object is not passed to the handler
2 participants