Book description
The Document Object Model is the tree-like data structure that represents a web browser’s model of a web page. This lesson introduces the DOM, some DOM-specific terminology, and shows you how to use JavaScript to query, manipulate, and create DOM elements.
Why is it important?
Any use of JavaScript to manipulate pages requires understanding the DOM and the techniques available to accomplish common tasks, such as selecting specific elements or modifying the content of elements.
What you’ll learn—and how you can apply it
Learn what the Document Object Model is and how to use JavaScript to select, manipulate, and create DOM elements.
This lesson is for you because…
- You’re a web designer or new frontend developer who needs to understand how to manipulate web pages dynamically with JavaScript
Prerequisites
- Basic familiarity with HTML and JavaScript
Materials or downloads needed in advance
- None
Publisher resources
Product information
- Title: Working with the DOM
- Author(s):
- Release date: August 2016
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491966341
You might also like
book
The Art of Communication
Bring nuance, depth, and meaning to every conversation you have The Art of Communication is for …
book
You Don't Know JS: Up & Going
It’s easy to learn parts of JavaScript, but much harder to learn it completely—or even sufficiently—whether …
audiobook
How to Do Nothing
A galvanizing critique of the forces vying for our attention-and our personal information-that redefines what we …
book
JavaScript Data Structures and Algorithms: An Introduction to Understanding and Implementing Core Data Structure and Algorithm Fundamentals
Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding …