jQuery选择器
jQuery之家
返回下载页
基本过滤选择器
:first
:last
:not(.circle5)
:even
:odd
:eq(3)
:gt(3)
:lt(3)
:header
内容过滤选择器
:contains(6)
:empty
:has(i)
:parent
子元素过滤器
:nth-child(5)
:nth-child(even)
:nth-child(odd)
:nth-child(3n+1)
:first-child
:last-child
:only-child
HTML
过滤选择器
1
2
3
4
5
6
7
8
9
10
only-child
Result
1
2
3
4
5
6
7
8
9
10