分类:1.9 版本


列出了所有在此版本的 jQuery 中修改的 API。 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()

获取匹配元素集合中的第一个元素的样式属性的值设置每个匹配元素的一个或多个CSS属性。

.finish()

停止当前正在运行的动画,删除所有排队的动画,并完成匹配元素所有的动画。

:nth-of-type() Selector

选择同属于一个父元素之下,并且标签名相同的子元素中的第n个。(感谢@caikan提供的翻译)

:target Selector

选择由文档URI的格式化识别码表示的目标元素。