.add()

Create a new jQuery object with elements added to the set of matched elements.

.addBack()

Add the previous set of elements on the stack to the current set, optionally filtered by a selector.

.contents()

Get the children of each element in the set of matched elements, including text and comment nodes.

.end()

End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.