.slideToggle()
Display or hide the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Show or manipulate the queue of functions to be executed on the matched element.
Show or manipulate the queue of functions to be executed on the matched elements.
Display the matched elements with a sliding motion.
Hide the matched elements by fading them to transparent.
Display the matched elements by fading them to opaque.
Perform a custom animation of a set of CSS properties.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
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.
Select all elements that are in the progress of an animation at the time the selector is run.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Bind an event handler to the “load” JavaScript event.
Selects even elements, zero-indexed. See also :odd.
Selects odd elements, zero-indexed. See also :even.
Select all elements that have at least one child node (either an element or text).
Selects the first matched DOM element.
Add handlers to be called when the Deferred object is either resolved or rejected.
Selects the last matched element.
Selects all button elements and elements of type button.