topic
DOM (Document Object Model) events are an actions that occurs 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. Examples of HTML DOM events: When a user clicks the mouse When a web page has loaded When an image has been loaded When the mouse moves over an element When an input field is changed When an HTML form is submitted When a user strokes a key[1] Historically, like DOM, the event models used by various web browsers had some significant differences. This caused compatibility problems. To combat this, the event model was standardized by the World Wide Web Consortium (W3C) in DOM Level 2. Events HTML events Common events There is a huge collection of events that can be generated by most element nodes: Mouse events.[2][3] Key
Folders related to DOM events:
Events (computing)
Revolvy Brain (revolvybrain)
Application programming interfaces
Revolvy Brain (revolvybrain)
World Wide Web Consortium standards
Revolvy Brain (revolvybrain)