Exercise 7.1

What is the DOM? Where can you see it? How can you manipulate it?

Exercise 7.2

Compare and contrast JavaScript vs. jQuery regarding their use with the DOM.

Exercise 7.3

Explain a use-case for which AJAX is the appropriate technology. Be prepared to walk through the key events in the use-case.