jQuery element ~ siblings 选择器
定义和用法
$("element ~ siblings") 选择器用于选择出现在指定 "element" 之后的兄弟元素。
注意: 指定的两个元素必须共享相同的父元素。
语法
("element ~ siblings")
参数 | 描述 |
---|---|
element | 必需。任何有效的 jQuery 选择器 |
siblings | 必需。指定 element 参数的兄弟元素 |
$("element ~ siblings") 选择器用于选择出现在指定 "element" 之后的兄弟元素。
注意: 指定的两个元素必须共享相同的父元素。
("element ~ siblings")
参数 | 描述 |
---|---|
element | 必需。任何有效的 jQuery 选择器 |
siblings | 必需。指定 element 参数的兄弟元素 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]