JavaScript Introduction

HTML and CSS are used to construct simple web pages, but we haven't yet programmed. JavaScript will give us a way to express behaviour for pages. In this chapter, we will get started with JavaScript.

Contents

  1. Programming and Web Pages
  2. JavaScript Basics
  3. Variables and Functions
  4. The jQuery Library
  5. Working with jQuery
  6. Events and Behaviour
  7. Why doesn't my code work?