DOM Events

TRIGGERS

user actions

code

  • click
  • contextmenu
  • dblclick
  • mousedown
  • mouseenter
  • mouseleave
  • mouseout
  • mouseover
  • mouseup

MOUSE EVENTS

  • keydown
  • keypress
  • keyup

KEYBOARD EVENTS

focus EVENTS

  • focus
  • blur
  • drag
  • dargend
  • dragenter
  • dragover
  • dragleave
  • dragstart
  • drop

DRAG EVENTS

  • touchstart
  • touchmove
  • touchend
  • touchcancel

TOUCH EVENTS

EVENT HANDLING

EVENT HANDLING MODELS

inline

traditional

W3C

Dom Events

By Victoria Budyonnaya

Dom Events

  • 215