Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | + | document.ondocumentready = setTimeout({setup();},1000); | |
− | + | ||
− | |||
function test(e) { | function test(e) { | ||
var evt = e ? e : window.event; | var evt = e ? e : window.event; |
Revision as of 02:08, 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