Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
<a href="javascript:alert('test');" onfocus="test(event);" onblur="test(event);" onclick="test(event);" ondbclick="test(event);" onmouseup="test(event);" onkeypress="test(event);"> test </a> | <a href="javascript:alert('test');" onfocus="test(event);" onblur="test(event);" onclick="test(event);" ondbclick="test(event);" onmouseup="test(event);" onkeypress="test(event);"> test </a> | ||
<h3>Log area</h3> | <h3>Log area</h3> | ||
− | <div id="d1" > | + | <div id="d1" aria-live="polite" > |
</div> | </div> |
Revision as of 15:52, 14 April 2014
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
- onkeypress