September 2024
Beginner to intermediate
985 pages
35h 37m
English
Within a web application, there can be different types of events. Essentially, the following types can be distinguished:
Events when interacting with the mouse (Section 6.3.1)
Events when interacting with the keyboard or with text fields (Section 6.3.2)
Events when working with forms (Section 6.3.3)
Events when focusing elements (Section 6.3.4)
Events related to the UI (Section 6.3.5)
Events on mobile devices (Section 6.3.6)
In addition to the events we'll present in this chapter, there are a number of others you'll encounter when developing with JavaScript. Some of these are discussed later in the book:
In Chapter 9, we’ll explain how to dynamically reload web page content from ...
Read now
Unlock full access