欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

jquery的选择器有几种

程序员文章站 2022-03-17 09:36:31
...

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的选择器有几种的详细内容,更多请关注其它相关文章!

相关标签: jquery 选择器