Hour 4. Working with the Document Object Model (DOM)
What You'll Learn in This Hour:
|
You've reached the end of Part I. In this hour, you'll be introduced to one of the most important tools you'll use with JavaScript: the Document Object Model (DOM), which lets your scripts manipulate web pages, windows, and documents.
Without the DOM, JavaScript would be just another scripting languagewith the DOM, it becomes a powerful tool for making pages dynamic. This hour will introduce the idea of the DOM and some of the objects you'll use most often.
|