-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE canary] Fire native events instead of jquery events
Goal: To fire events in relatively accurate and cross-browser way. Simulate real events in pure javascript accurately is nearly impossible, but this is a best effort. This fires 3 different kind of events: - MouseEvents: click, dbclick, mousedown, mouseup, mouseenter, mouseleave, ... - KeyEvents: keydown, keypress and keyup - Events: Anything else. This should probably cover 99% of use cases.
- Loading branch information
Showing
4 changed files
with
200 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters