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 web site at http://www.packtpub.com/support.

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

  1. Alter the code that introduces the back to top links so that the links only appear after the fourth paragraph.
  2. When a back to top link is clicked, add a new paragraph after the link containing the message You were here. Ensure that the link still works.
  3. When the author's name is clicked, turn it bold (by adding an element, rather than manipulating classes or CSS attributes).
  4. Challenge: On a ...

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.