你知道jquery常用的选择器都有哪些吗?那么下面的文章要给大家介绍的就是这个方面的问题,一起来详细的进行一下了解吧。
1、基本选择器:
#id 、element 、.class 、* 、selector1,selector2,selectorN
2、表单过滤器选择器
:enabled 、:disabled 、:checked 、:selected
3、层次选择器:
ancestor descendant 、parent > child 、prev + next 、prev ~ siblings
4、表单选择器
:input 、:text 、:password 、:radio 、:checkbox 、:submit 、:image 、:reset 、:button
、:file 、:hidden
5、内容过滤器选择器
:contains 、:empty 、:has 、:parent
6、元素过滤器选择器
:nth-child 、:first-child 、:last-child 、:only-child
7、见性过滤器选择器
:hidden 、:visible
8、性过滤器选择器
[attribute] 、[attribute=value] 、[attribute!=value] 、[attribute^=value] 、[attribute$=value] 、[attribute*=value] 、[attrSel1][attrSel2][attrSelN]
9、基本过滤器选择器
:first 、:last 、:not 、:even 、:odd 、:eq 、:gt 、:lt 、:header 、:animated
以上就是jquery常用选择器了,你都了解了吧,你还相对jquery有进一步的了解吗?请继续通过奇Q工具网的常见问题栏目来了解吧,除此之外,还有更多的java编程常见问题可以为你分析解答哦。
推荐阅读: