jQuery -last-of-type 选择器

星河暗恋记

jQuery :last-of-type 选择器

选取属于其父元素的最后一个 <p> 元素的每个 <p> 元素:

$("p:last-of-type")

定义和用法

:last-of-type 选择器选取属于其父元素的特定类型的最后一个子元素的所有元素。

提示:该选择器与 :nth-last-of-type(1) 相同。

提示:请使用 :first-of-type 选择器来选取属于其父元素的特定类型的第一个子元素的所有元素。


语法

$(":last-of-type")


选取所有 <div> 元素的最后一个 <p> 元素
如何选取所有 <div> 元素的最后一个 <p> 元素。

:last、:last-child 和 :last-of-type 之间的不同
演示 :last、:last-child 和 :last-of-type 选择器之间的不同。


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码