Chapter 16
JavaScript Libraries, HTML5, and Harmony
Key Skills & Concepts
• Using jQuery
• Other JavaScript Libraries
• JavaScript and HTML5
• ECMAScript Harmony
• Further Reading
This chapter introduces a number of advanced techniques that you may wish to pursue further once you have finished this book. First, you will be introduced to jQuery, which is a good JavaScript library for creating DOM-related scripts that work cross-browser. You will also learn a little about other JavaScript libraries that are available, such as php.js and MooTools. After covering these libraries, you will look at how JavaScript is incorporated into ...