Introduction
  • Introduction to Javascript
Overview and Basic Setup
  • Course Overview
  • Basic Setup
Variables and Primitive Types
  • Numbers Demo
  • Variables Demo
  • Strings Demo
  • String Methods Demo
Object Types
  • Arrays Demo
  • Functions Demo
  • Objects Demo
Control Flow
  • Conditionals Demo
  • Looping Demo
  • Errors
Document Object Model (DOM)
  • Elements and Attributes
  • Events
  • Function Calculator Exercise
Introduction to jQuery
  • jQuery - Intro and Setup
Selectors, Events and Effects in jQuery
  • jQuery Selectors Demo
  • jQuery Events Demo
  • jQuery Effects Demo
  • jQuery Animations Demo
DOM in jQuery
  • DOM Content Demo
  • DOM Structure Demo
  • DOM Traversal Demo
AJax with jQuery
  • Ajax Demo Part 1
  • Ajax Demo Part 2