.slideDown()
Display the matched elements with a sliding motion.
Display the matched elements with a sliding motion.
Remove a previously-attached event handler from the elements.
Display the matched elements by fading them to opaque.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Adds the specified class(es) to each element in the set of matched elements.
Load data from the server and place the returned HTML into the matched elements.
Display or hide the matched elements by animating their opacity.
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.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched elements.
Stop the currently-running animation on the matched elements.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Create a deep copy of the set of matched elements.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Insert content, specified by the parameter, after each element in the set of matched elements.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.