DOM events


Topic | v1 | created by jjones |
Description

DOM (Document Object Model) events are actions that occur as a result of the user action or as result of state change of the elements of a DOM tree. Client-side scripting languages like JavaScript, JScript, ECMAScript, VBScript, and Java can register various event handlers or listeners on the element nodes inside a DOM tree, such as in HTML, XHTML, XUL, and SVG documents.


Relations

uses JavaScript

JavaScript, often abbreviated as JS, is a programming language that conforms to the ECMAScript specif...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in Explore DOM Events

Learn how the DOM Event system works through exploration.