Mbalenh / dom-intro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 77.4%Language:JavaScript 20.3%Language:CSS 2.4%