This part of the book, Chapters 13 through 22, documents JavaScript as it is
implemented in web browsers. These chapters introduce a variety of
scriptable objects that represent web browser windows, documents and
document content. They also explain important web application APIs for
networking, storing and retrieving data, and drawing graphics:
Chapter 13, JavaScript in Web Browsers |
Chapter 14, The Window Object |
Chapter 15, Scripting Documents |
Chapter 16, Scripting CSS |
Chapter 17, Handling Events |
Chapter 18, Scripted HTTP |
Chapter 19, The jQuery Library |
Chapter 20, Client-Side Storage |
Chapter 21, Scripted Media and Graphics |
Chapter 22, HTML5 APIs |