jQuery API 中文文档 | jQuery 中文网
首页
下载jquery
jQuery 插件
浏览器支持
英文文档镜像
search
Search jQuery API Documentation
分类:
基础选择器
The following selectors are based on the Cascading Style Sheet 1 specification, as outlined by the W3C. For more information about the specifications, visit
https://www.w3.org/Style/CSS/#specs
.
选择器
>
基础选择器
All Selector ("*")
选择所有元素.
选择器
>
基础选择器
Class Selector (".class")
选择给定样式类名的所有元素。
选择器
>
基础选择器
Element Selector ("element")
根据给定(html)标记名称选择所有的元素。
选择器
>
基础选择器
ID Selector ("#id")
选择一个具有给定id属性的单个元素。
选择器
>
基础选择器
Multiple Selector ("selector1, selector2, selectorN")
将每一个选择器匹配到的元素合并后一起返回。