.height()
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Perform a custom animation of a set of CSS properties.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Hide the matched elements with a sliding motion.
Display the matched elements by fading them to opaque.
Stop the currently-running animation on the matched elements.
Display or hide the matched elements with a sliding motion.
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 be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Selects all elements of the specified language.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched element.
Selects all elements.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.