Miscellaneous Traversing
-
.add()
Add elements to the set of matched elements.
-
.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.
-
.not()
Remove elements from the set of matched elements.