September 2024
Beginner to intermediate
985 pages
35h 37m
English
Working with the DOM wasn’t always as comfortable as it is now thanks to methods like querySelector() and querySelectorAll(). For a long time, jQuery was the first choice when it came to processing the DOM in a relatively simple way—to select, modify, or add elements, for example. Even today, jQuery supports you in the following tasks, among others:
Selection of elements (Section 10.2.1)
Accessing and modifying content (Section 10.2.2)
Filtering selected elements (Section 10.2.3)
Accessing attributes (Section 10.2.4)
Accessing CSS properties (Section 10.2.5)
Navigating between elements (Section 10.2.6)
Using effects (Section 10.2.7)
Using jQuery, elements can be selected ...
Read now
Unlock full access