JQuery有几种选择器

2021/11/9 23:43:46

本文主要是介绍JQuery有几种选择器,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

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有几种选择器的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程