Adds one or more classes to the selected elements
Adds one or more classes to the selected elements
One or more space-separated classes to be added to the class attribute of each matched element.
Sets or returns the style attribute
Sets or returns the style attribute
A CSS property name.
A value to set for the property.
Get the computed style properties for the first element in the set of matched elements.
Get the computed style properties for the first element in the set of matched elements.
An array of one or more CSS properties.
Get the computed style properties for the first element in the set of matched elements.
Get the computed style properties for the first element in the set of matched elements.
A CSS property name.
the style property value
Determine whether any of the matched elements are assigned the given class.
Determine whether any of the matched elements are assigned the given class.
The class name to search for.
true, if any of the matched elements are assigned the given class.
Sets the height of an element (excludes padding, border and margin).
Sets the height of an element (excludes padding, border and margin).
the given string, numeric or function value
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.
the height of an element
Set the CSS inner height of each element in the set of matched elements.
Set the CSS inner height of each element in the set of matched elements.
the given string, numeric or function value
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 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.
the computed inner height
Set the CSS inner width of each element in the set of matched elements.
Set the CSS inner width of each element in the set of matched elements.
the given string, numeric or function value
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
the computed inner width
Set the current coordinates of every element in the set of matched elements, relative to the document.
Set the current coordinates of every element in the set of matched elements, relative to the document.
An object containing the properties top and left, which are numbers indicating the new top and left coordinates for the elements.
Get the current coordinates of the first element in the set of matched elements, relative to the document.
Get the current coordinates of the first element in the set of matched elements, relative to the document.
the current coordinates of the first element in the set of matched elements
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
the current coordinates of the first element in the set of matched elements
Removes one or more classes from the selected elements
The horizontal scroll position is the same as the number of pixels that are hidden from view above the scrollable area.
The horizontal scroll position is the same as the number of pixels that are hidden from view above the scrollable area. Setting the scrollLeft positions the horizontal scroll of each matched element.
An integer indicating the new position to set the scroll bar to.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Set the current vertical position of the scroll bar for each of the set of matched elements.
Set the current vertical position of the scroll bar for each of the set of matched elements.
A number indicating the new position to set the scroll bar to.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
the current vertical position of the scroll bar
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.
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.
One or more class names (separated by spaces) to be toggled for each element in the matched set.
A boolean value to determine whether the class should be added or removed.
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.
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.
the handler function
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.
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.
One or more class names (separated by spaces) to be toggled for each element in the matched set.
Sets the width of an element (excludes padding, border and margin).
Sets the width of an element (excludes padding, border and margin).
the desired width of an element
Returns the width of an element (excludes padding, border and margin).
Returns the width of an element (excludes padding, border and margin).
the width of an element
jQuery CSS Functions
http://www.w3schools.com/jquery/jquery_ref_html.asp
http://api.jquery.com/category/css/