.fadeOut()
Hide the matched elements by fading them to transparent.
Hide the matched elements by fading them to transparent.
Display the matched elements.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Selects all elements of type submit.
Display or hide the matched elements.
The rate (in milliseconds) at which animations fire.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Remove elements from the set of matched elements.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Get the closest ancestor element that is positioned.
Load data from the server and place the returned HTML into the matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Set a timer to delay execution of subsequent items in the queue.
Remove a previously-stored piece of data.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.