Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
m |
|||
Line 26: | Line 26: | ||
d2.appendChild(d); | d2.appendChild(d); | ||
d2.scrollTop = d2.scrollHeight - d2.clientHeight; | d2.scrollTop = d2.scrollHeight - d2.clientHeight; | ||
+ | //Log the event to Console, so that the event object details may be inspected if desired. | ||
+ | console.log(e); | ||
} | } | ||
Revision as of 20:01, 3 June 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