.css()
Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Aspects of the API that were changed in the corresponding version of jQuery. Changes in jQuery 1.9 dealt primarily removal or modification of several APIs that behaved inconsistently or inefficiently in the past. A jQuery Migrate Plugin was offered to help developers with a transitional upgrade path.
For more information, see the jQuery Core 1.9 Upgrade guide and the Release Notes/Changelog
Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Selects all elements that are the first among siblings of the same element name.
Selects all elements of the specified language.
Selects all elements that are the last among siblings of the same element name.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects all elements that are the nth child of their parent in relation to siblings with the same element name.
Selects all elements that have no siblings with the same element name.
Selects the element that is the root of the document.
Selects the target element indicated by the fragment identifier of the document’s URI.