Chapter 12. When jQuery is not enough... plugins to the rescue!

This chapter covers

  • Why extend jQuery with custom code
  • Using third-party plugins
  • Guidelines for effectively extending jQuery
  • Writing custom utility functions
  • Writing custom methods for jQuery objects

Over the course of this book, you’ve seen that jQuery gives you a large toolset of useful methods and utility functions, and you’ve also seen that you can easily tie these tools together to give your pages whatever behavior you choose. Sometimes that code follows common patterns you’ll want to use again and again. When such patterns emerge, it makes sense to capture these repeated operations as reusable tools that you can add to your original toolset. In this chapter, we’ll ...

Get jQuery in Action, Third 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.