Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<head> | <head> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | function test() { | + | function test(e) { |
+ | e ? e : window.event; | ||
var d = document.createElement("div"); | var d = document.createElement("div"); | ||
var t = document.createTextNode(event.type+" " +event.target); | var t = document.createTextNode(event.type+" " +event.target); |
Revision as of 15:21, 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.