Miscellaneous Traversing

jQuery

Category: Miscellaneous Traversing


.add()

Add elements 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.

.andSelf()

Add the previous set of elements on the stack to the current set.

.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.