.data()
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.
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.
Selects all elements of type submit.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Select all elements at an index less than index within the matched set.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Display or hide the matched elements by animating their opacity.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Remove a previously-stored piece of data.
Select all elements at an index greater than index within the matched set.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Insert every element in the set of matched elements to the beginning of the target.
Parses a string into an array of DOM nodes.
Select all elements that have at least one child node (either an element or text).
Execute all handlers and behaviors attached to the matched elements for the given event type.