jQuery :last-of-type 选择器

返回上一级

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

语法

$(":last-of-type")

说明

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

如果想要选取属于其父元素的特定类型的第一个子元素的所有元素,可以使用 :first-of-type

范例

下面的范例选取属于其父元素的最后一个 <p> 元素的每个 <p> 元素

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

运行范例 »

范例列表

  1. 选取所有 <div> 元素的最后一个 <p> 元素

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

  2. :last、:last-child 和 :last-of-type 之间的不同

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

返回上一级

jQuery 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.