Chapter 7. Using Plugins

Throughout the first six chapters of this book, we have examined jQuery's core components. Doing this has illustrated many of the ways in which the jQuery library can be used to accomplish a wide variety of tasks. Yet as powerful as the library is at its core, its elegant plugin architecture has allowed developers to extend jQuery, making it even more feature-rich.

The growing jQuery community has created hundreds of plugins—from small selector helpers to full-scale user-interface widgets. We will now learn how to tap into this vast resource.

In this chapter, we will cover:

  • Downloading and setting up plugins
  • Calling jQuery methods provided by plugins
  • Finding elements using custom selectors defined by jQuery plugins
  • Adding sophisticated ...

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.