Exercises

To complete these exercises, you will need the index.html file for this chapter, as well as the finished JavaScript code as found in complete.js. These files can be downloaded from the Packt Publishing website at http://www.packtpub.com/support.

The challenge exercise may require the use of the official jQuery documentation at http://api.jquery.com/:

  1. When the page loads, pull the body content of exercises-content.html into the content area of the page.
  2. Rather than displaying the whole document at once, create tooltips for the letters in the left-hand column by loading just the appropriate letter's content from exercises-content.html when the user's mouse is over the letter.
  3. Add error handling for this page load, displaying the error message ...

Get Learning jQuery - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.