javascript - what events can you pass to jQuery on() -
does have link list of events can passed jquery .on()?
here few, cant seem find definitive list.
- click
- mouseenter
- mouseleave
- contextmenu (works on right click, , tap , hold android (not ios))
- focus
- blur
- focusin
- focusout
- scroll
i'm looking android/ios touch events in particular.
thanks!
edit 1: think real question i'm asking events standard across browsers/devices?
i think have realise important question not: what events can pass jquery.on()
? because can technically pass any event method.
the real question is, events browser/device fire? obviously, events — ones listed — standard, browsers surprise not firing events or having own custom events.
you can find pretty extensive list @ mdn:
but keep in mind point can define own custom events, trigger them, , bind event listeners them.
Comments
Post a Comment