Does anyone have a link to a list of ALL events that can be passed to jQuery .on()?
Here are a few, but I cant seem to find a definitive list.
- click
- mouseenter
- mouseleave
- contextmenu (works on right click, and tap and hold with Android (not iOS))
- focus
- blur
- focusin
- focusout
- scroll
I'm looking for Android/iOS touch events in particular.
Thanks!
EDIT 1: So I think the real question i'm asking is what events are standard across all browsers/devices?