:first Selector
Selects the first matched DOM element.
Selects the first matched DOM element.
Reduce the set of matched elements to the first in the set.
Selects all elements that are the first child of their parent.
Selects all elements that are the first among siblings of the same element name.
Merge the contents of two arrays together into the first array.
Search for a given element from among the matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Perform an asynchronous HTTP (Ajax) request.
Merge the contents of two or more objects together into the first object.
Perform a custom animation of a set of CSS properties.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Adds the specified class(es) to each element in the set of matched elements.
Store arbitrary data associated with the specified element and/or return the value that was set.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.