jquery的选择器有哪些

这篇文章给大家分享的是有关jquery的选择器有哪些的内容。小编觉得挺实用的,因此分享给大家做个参考。一起跟随小编过来看看吧。

jquery的选择器有:1、基本选择器【#id】;2、层次选择器【parent > child】;3、基本过滤器选择器【:first】;4、表单选择器【:input】;5、表单过滤器选择器【:enabled】。

jquery的选择器有:

a、基本选择器:#id,class,element,*;

b、层次选择器:parent > child,prev + next ,prev ~ siblings

c、基本过滤器选择器::first,:last ,:not ,:even ,:odd ,:eq ,:gt ,:lt

d、表单选择器: :input ,:text ,:password ,:radio ,:checkbox ,:submit 等;

e、表单过滤器选择器::enabled ,:disabled ,:checked ,:selected

感谢各位的阅读!关于jquery的选择器有哪些就分享到这里了,希望以上内容可以对大家有一定的帮助,让大家可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到吧!