Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <input type="text" onfocus="test(event);" onblur="test(event);" | + | <input type="text" onfocus="test(event);" onblur="test(event);" /> |
<button> Test </button> | <button> Test </button> | ||
<a href="#"> test </a> | <a href="#"> test </a> |
Revision as of 15:28, 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.