.slideDown()
Display the matched elements with a sliding motion.
Display the matched elements with a sliding motion.
Display or hide the matched elements with a sliding motion.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched elements.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Stop the currently-running animation on the matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
Insert content, specified by the parameter, before each element in the set of matched elements.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Bind an event handler to the “unload” JavaScript event.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.