Version 1.9

jQuery

Category: Version 1.9


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


.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.

.finish()

Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.