.slideDown()
Display the matched elements with a sliding motion.
Display the matched elements with a sliding motion.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
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 “mousemove” JavaScript event, or trigger that event on an element.
Remove the whitespace from the beginning and end of a string.
Insert every element in the set of matched elements to the beginning of the target.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Merge the contents of two or more objects together into the first object.
Hide the matched elements with a sliding motion.
Remove a previously-attached event handler from the elements.
Creates an object that handles the actual transmission of Ajax data.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Selects all elements that are hidden.
Execute all handlers and behaviors attached to the matched elements for the given event type.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.