Chapter 2. Creating the wrapped element set

This chapter covers

  • Selecting elements to be wrapped by jQuery using selectors
  • Creating and placing new HTML elements in the DOM
  • Manipulating the wrapped element set

In the previous chapter, we discussed the many ways that the jQuery $() function can be used. Its capabilities range from the selection of DOM elements to defining functions to be executed when the DOM is loaded.

In this chapter, we examine in great detail how the DOM elements to be operated upon are identified by looking at two of the most powerful and frequently used capabilities of $(): the selection of DOM elements via selectors and the creation of new DOM elements.

A good number of the capabilities required by Rich Internet Applications ...

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