An Introduction To DOM Events | Smashing Magazine

Amir HameedTechnology Leave a Comment

Click, touch, load, drag, change, input, error, resize — the list of possible DOM events is lengthy. Events can be triggered on any part of a document, whether by a user’s interaction or by the browser. They don’t just start and end in one place; they flow though the document, on a life cycle of their own. This life cycle is what makes DOM events so extensible and useful. As developers, we should understand how DOM events work, so that we can harness their potential and build engaging experiences.

via An Introduction To DOM Events | Smashing Magazine.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.