Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Your Ultimate Guide to Understanding DOM Events

Posted By: ELK1nG
Your Ultimate Guide to Understanding DOM Events

Your Ultimate Guide to Understanding DOM Events
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 28 Lessons (2h 9m) | Size: 377 MB

Listening to and responding to events is a foundational skill for building software for the web. The Document Object Model, or DOM for short, has a powerful built-in event system. And yet, many of us have a pretty basic understanding of the DOM event system and only scratch the surface of the available power.

Listening to and responding to events is a foundational skill for building software for the web. The Document Object Model, or DOM for short, has a powerful built-in event system. And yet, many of us have a pretty basic understanding of the DOM event system and only scratch the surface of the available power.

This lack of understanding leads to bugs in our applications and writing lots of code to work around the DOM event system rather than leveraging it. The goal of the course is that you will walk away with the confidence to successfully and meaningfully engage with the DOM event system.

What you'll learn
What events are and how they flow through the DOM
How to listen and respond to events
The order in which event listeners are called
The information available to us in event objects
Cancelling events
Stopping events
Manually creating events
How events work with the Event Loop
Understanding synchronous and asynchronous events
Understanding passive events
Understanding the event delegation pattern
And how to debug and examine events in the browser