JQuery选择器

来源:互联网 发布:老铜器一眼知真假 编辑:程序博客网 时间:2024/06/13 04:30

1、基本选择器
ID、类、元素、复合、通配符
2、层级选择器
ancestor descendant
parent>child
prev+ next
prev~siblings
3、过滤选择器
简单
:first、:last、:even、:add、:eq(index)/:gt(index)/:lt(index)/:header/:not(selector)/:animated
内容
:contains(text)/:empty/:has(selector)/:parent
可见性
:visible/:hidden
表单
:checked/:disabled/:enabled/:selected
子元素
:first-child/:last-child/:only-child/:nth-child(n)
4、属性
[attribute]/[attribute=value]/[!=]/[*=]/[^=]/[$=]
5、表单
:input/:button/:checkbox/:file/:hidden/:image/:password/:radio/:reset/:submit/:text

0 0
原创粉丝点击