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

本教程操作环境:windows7系统、jquery3.2.1版本,该方法适用于所有品牌电脑。 推荐: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的选择器有几种的详细内容,更多请关注模板之家(www.mb5.com.cn)其它相关文章! |