Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired. | Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired. | ||
− | * onfocus, onblur | + | * onfocus, onblur, onclick, ondbclik, onmouseup, onmousedown, onmouseover |
− | + | * onkeypress, onkeydown, onkeyup, touchstart, touchend, touchmove, touchcancel | |
− | |||
− | * onkeypress, onkeydown, onkeyup | ||
− | |||
− | |||
<html> | <html> |
Revision as of 02:10, 27 February 2016
Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired.
- onfocus, onblur, onclick, ondbclik, onmouseup, onmousedown, onmouseover
- onkeypress, onkeydown, onkeyup, touchstart, touchend, touchmove, touchcancel