标签:
1、jQuery 基础选择器
1.1 id选择器
1.2 element选择器
1.3 class选择器
1.4 *选择器
1.5 select选择器
1.6 ance desc选择器
1.7 parent > child选择器
1.8 prec + child选择器
1.9 prev + next选择器
1.10 prev + siblings选择器
2、jQuery 过滤选择器
2.01 first 过滤选择器
2.02 eq(index) 过滤选择器
2.03 :contains(text) 过滤选择器
2.04 :has(selector) 过滤选择器
2.05 :hidden() 过滤选择器
2.06 :visible() 过滤选择器
2.07 [attributr=value] 属性选择器
2.08 [attributr!=value] 属性选择器
2.09 [attributr*=value] 属性选择器
2.10 :first-child 元素过滤选择器
2.11 :last-child 元素过滤选择器
3、jQuery 表单选择器
3.01 :input 表单选择器
3.02 :text 表单选择器
3.03 :password 表单选择器
3.04 :radio 表单选择器
3.05 :checkbox表单选择器
3.06 :submit表单选择器
3.07 :