Event Monitor (clear)

Event

Target

Events (active)  

Click Events

  • onclick
  • ondoubleclick
  • mousedown
  • mouseup

Mouse Events      X:   Y:

  • mouseover
  • mouseout
  • mousemove  disable

Key Events

keydown

  •  Key
  •  keyCode
  •  which
  •  altKey
  •  ctrlKey
  •  metaKey
  •  shiftKey

keyup

  •  Key
  •  keyCode
  •  which
  •  altKey
  •  ctrlKey
  •  metaKey
  •  shiftKey

keypress

  •  Key
  •  keyCode
  •  which
  •  altKey
  •  ctrlKey
  •  metaKey
  •  shiftKey

Blur/Focus (tab to links or form elements)

  • focus
  • blur

 ... ...then click or tab out of me.

Page Events

  • load
  • resize
  • scroll
  • unload

+

Test Beds

jQuery Resources