The Event Family

Let's learn about different types of events and how they are categorized.

We'll cover the following...

Categories of events

Many types of events can be triggered by DOM elements. Here are the main event categories.

Category

Examples

Keyboard events

Pressing or releasing a key

Mouse events

Pressing or releasing a key

Window events

Loading or closing a page, resizing, scrolling

Form events

Changing focus on a form field, submitting a form.

Every event is associated to an Event object which ...