jQuery first() 方法
定义和用法
first() 方法返回选定元素中的第一个元素。
提示:要返回最后一个元素,请使用 last() 方法。
语法
$(选择器).first()
亲自试一试 - 示例
在一组 <p> 元素中选择第一个 <span> 元素
如何在一组 <p> 元素中选择第一个 <span> 元素。
first() 方法返回选定元素中的第一个元素。
提示:要返回最后一个元素,请使用 last() 方法。
$(选择器).first()
在一组 <p> 元素中选择第一个 <span> 元素
如何在一组 <p> 元素中选择第一个 <span> 元素。
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]