jQuery :gt() 选择器
定义和用法
:gt() 选择器用于选择索引号大于指定数字的元素。
索引号从 0 开始。
这通常与其他选择器一起使用,以选择组中的最后一个元素(如上例所示)。
提示: 使用 :lt 选择器 选择索引号小于指定数字的元素。
语法
$(":gt(index)")
参数 | 描述 |
---|---|
index | 必需。指定要选择的元素。 选择索引号大于指定数字的元素。 |
:gt() 选择器用于选择索引号大于指定数字的元素。
索引号从 0 开始。
这通常与其他选择器一起使用,以选择组中的最后一个元素(如上例所示)。
提示: 使用 :lt 选择器 选择索引号小于指定数字的元素。
$(":gt(index)")
参数 | 描述 |
---|---|
index | 必需。指定要选择的元素。 选择索引号大于指定数字的元素。 |
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]