JavaScript / Web Page Interactions

  • JavaScript needs to be able to change things on a page
    • Change element text
    • Add new content
    • Change class, attributes, etc
  • JavaScript should be able to identify HTML elements
  • User interactions should be able to trigger JavaScript

18 / 24