Javascript - Element Access, Form Processing, Positioning




CS174

Chris Pollett

Apr 17, 2017

Outline

Execution Environment

Document Object Model

Element Access in Javascript

More on Element Access

Events and Event Handling

More on Event Handling

Validating Forms

Quiz

Which of the following statements is true? (Don't consider newer than ES5)

  1. Javascript supports variable interpolation for string literals delimited with double quotes.
  2. The module pattern we showed last day made use of an IIFE.
  3. Javascript uses the extends keyword to indicate the class being defined is a subclass of another.

DOM 2

The Navigator Object

Element Positioning

Moving Elements

Element Visibility, Colors and Fonts