本文摘自PHP中文网,作者coldplay.xixi,侵删。
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(视频)
以上就是jquery的选择器有几种的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
更多相关阅读请进入《jQuery》频道 >>

Vue.js 设计与实现 基于Vue.js 3 深入解析Vue.js 设计细节
本书对 Vue.js 3 技术细节的分析非常可靠,对于需要深入理解 Vue.js 3 的用户会有很大的帮助。——尤雨溪,Vue.js作者