parent descendant

jQuery parent descendant 选择器

实例

选取 <div> 元素的后代的所有 <span> 元素:

$("div span")


定义和用法

("parent descendant") 选择器选取指定元素的后代的所有元素。

元素的后代可以是元素的第一代、第二代、第三代等等。


语法

("parent descendant")

参数 描述
parent 必需。规定要选取的父元素。
descendant 必需。规定要选取的(指定父元素的)后代元素。
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3