JQuery有几种选择器?

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

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

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

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

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

原文地址:https://www.cnblogs.com/glb79809-glb/p/14125357.html