JavaScript / Web Page Interactions
- JavaScript needs a way to modify the page
- User interactions should be able to trigger JavaScript
- There should be a way to identify elements in JavaScript
- JavaScript should be able to "ask questions" about the page
- "What is the value of that text box?"
- "Is that checkbox checked?"
- "How far has the user scrolled?"
5 / 12