Difference between revisions of "Event Watcher"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
var t = document.createTextNode("hello"); | var t = document.createTextNode("hello"); | ||
d.appendChild(t); | d.appendChild(t); | ||
− | document.getElementById(" | + | document.getElementById("d1").appendChild(d); |
} | } | ||
</script> | </script> |
Revision as of 13:45, 10 August 2015
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
- onkeydown