jQuery 多个元素 选择器
定义和用法
可以使用 元素 选择器来选择多个元素。
注意: 使用逗号分隔每个元素。
语法
$("element1,element2,element3,...")
参数 | 描述 |
---|---|
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]