C H A P T E R  33

Using the jQuery Utility Methods

jQuery includes a number of utility methods that perform advanced operations on jQuery objects or that supplement the JavaScript language to provide features that are usually present in programming languages. You might never need any of these methods, but they are used internally by jQuery, and making them publicly available means that you can save time and effort when you come across an odd problem that the jQuery team has already solved.

Some of these methods are applied to jQuery objects, and some are called against the main jQuery function, which I have illustrated using the $ notation (described in Chapter 5). Table 33-1 provides the summary for this chapter.

Queues Revisited: Using ...

Get Pro jQuery 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.