Chapter 1. Document Object Model Manipulation
In this chapter, we will cover:
- Selecting elements
- Finding and selecting sibling elements
- Creating DOM elements
- Inserting content into an element
- Modifying the DOM element properties
- Adding and removing CSS classes to dynamically change their style
- Enabling and disabling buttons by changing their properties
- Updating an image within a page
- Populating list elements
- Understanding pagination
- Removing DOM elements
- Re-using DOM elements