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. Modify the table row striping routine so that it gives no class to the first row, a class of alt to the second row, and a class of alt-2 to the third row. Repeat this pattern for every set of three rows in a section.
  2. Create a new selector plugin called :containsExactly() that selects elements with text content that exactly matches what is put inside the parentheses.
  3. Use this new :containsExactly() ...

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.