DOM Manipulation and Event Handling
Learning Objectives
By the end of this chapter, you will be able to do the following:
- Explain DOM traversal and manipulation
- Create the event object and browser events
- Organize event propagation and bubbling
- Delegate events efficiently
- Utilize JQuery to handle events and DOM manipulation
This chapter will cover working with document nodes, event objects, and the process of chaining, navigation, and handling events.