Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 304 Bytes

dom-intro

A brief introduction to the browser Document Object Model (DOM)

Useful things you can do with the DOM

  • Set a value in a textbox
  • Get a value from a textbox
  • Set/get a value inside of and div or other elements
  • Add/remove classes from an element
  • Listen for events on HTML elements