首页  >  文章  >  web前端  >  jquery的选择器有几种

jquery的选择器有几种

coldplay.xixi
coldplay.xixi原创
2020-12-23 11:14:019591浏览

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

jquery的选择器有几种

本教程操作环境: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(视频)

以上是jquery的选择器有几种的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn