jQuery选择器
2016-12-10 22:35:14 0 举报
jQuery选择器
作者其他创作
大纲/内容
内容过滤
:contains(text)
:hidden
表单选择器
[attribute^=value]
:enabled
$('prev~siblings')
:not(selector)
[attribute]
:submit
:checked
:only-child
$('ancestor descendant')
:image
:disabled
可见性过滤
[attribute|=value]
:selected
:first-child
子元素过滤
element
*
:text
基本过滤
.class
:focus
:has(selector)
:gt(index)
[attribute=value]
属性过滤
:radio
jQuery选择器
:password
过滤选择器
[attribute!=value]
[attribute*=value]
基本选择器
:last
:reset
:empty
$('parent child')
:animated
:nth-child
层次选择器
:last-child
:even
:lt(index)
:visible
:checkbox
:parent
:first
[attribute~=value]
:button
:header
$('prev+next')
:input
[attribute$=value]
表单对象属性过滤
:odd
:eq(index)
:file
#id
收藏
收藏
0 条评论
下一页