Also in: Deprecated > Deprecated 1.8 | Traversing > Miscellaneous Traversing | Removed .andSelf() Add the previous set of elements on the stack to the current set.
Also in: Selectors > Basic Filter | Selectors > jQuery Extensions :animated Selector Select all elements that are in the progress of an animation at the time the selector is run.
Also in: Traversing > Miscellaneous Traversing .contents() Get the children of each element in the set of matched elements, including text and comment nodes.
Also in: Effects > Custom | Data | Utilities .dequeue() Execute the next function on the queue for the matched elements.
Also in: Attributes | Manipulation > Class Attribute | CSS .hasClass() Determine whether any of the matched elements are assigned the given class.
Also in: Selectors > Basic Filter | Selectors > jQuery Extensions :header Selector Selects all elements that are headers, like h1, h2, h3 and so on.
Also in: Utilities jQuery.inArray() Search for a specified value within an array and return its index (or -1 if not found).
Also in: Deprecated > Deprecated 3.3 | Utilities jQuery.isFunction() Determines if its argument is callable as a function.
Also in: Miscellaneous > Collection Manipulation | Forms | Ajax > Helper Functions jQuery.param() Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Also in: Traversing > Filtering .map() Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Also in: Traversing > Tree Traversal .nextAll() Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Also in: CSS | Offset | Manipulation > Style Properties .offset() Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Also in: CSS | Offset | Manipulation > Style Properties .position() Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Also in: Traversing > Tree Traversal .prevAll() Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Also in: Effects > Custom | Data | Utilities .queue() Show or manipulate the queue of functions to be executed on the matched elements.
Also in: Manipulation > DOM Replacement .replaceAll() Replace each target element with the set of matched elements.
Also in: Manipulation > DOM Replacement .replaceWith() Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Also in: Forms | Ajax > Helper Functions .serializeArray() Encode a set of form elements as an array of names and values.
Also in: Events > Event Handler Attachment .triggerHandler() Execute all handlers attached to an element for an event.
Also in: Manipulation > DOM Insertion, Around .wrapAll() Wrap an HTML structure around all elements in the set of matched elements.
Also in: Manipulation > DOM Insertion, Around .wrapInner() Wrap an HTML structure around the content of each element in the set of matched elements.