Rumah > Artikel > hujung hadapan web > jquery的选择器有几种
jquery的选择器有:1、基本选择器【#id】;2、层次选择器【parent > child】;3、基本过滤器选择器【:first】;4、表单选择器【:input】;5、表单过滤器选择器【:enabled】。
本教程操作环境:windows7系统、jquery3.2.1版本,Dell G3电脑。
推荐: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
相关免费学习推荐:javascript(视频)
Atas ialah kandungan terperinci jquery的选择器有几种. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!