zoukankan
html css js c++ java
jQuery选择器概览
层级
ancestor descendant
parent > child
prev + next
prev ~ siblings
基本筛选器
:first
:not(selector)
:even
:odd
:eq(index)
:gt(index)
:lang
1.9+
:last
:lt(index)
:header
:animated
:focus
:root
1.9+
:target
1.9+
内容
:contains(text)
:empty
:has(selector)
:parent
可见性
:hidden
:visible
属性
[attribute]
[attribute=value]
[attribute!=value]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[attrSel1][attrSel2][attrSelN]
子元素
:first-child
:first-of-type
1.9+
:last-child
:last-of-type
1.9+
:nth-child
:nth-last-child()
1.9+
:nth-last-of-type()
1.9+
:nth-of-type()
1.9+
:only-child
:only-of-type
1.9+
表单
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
:button
:file
表单对象属性
:enabled
:disabled
:checked
:selected
查看全文
相关阅读:
烂泥:高负载均衡学习haproxy之TCP应用
烂泥:高负载均衡学习haproxy之关键词介绍
sqlpuls基本命令
Oracle开机自启动
centos6.5安装oracle11g_2
centos7安装图片界面
centos7安装activemq
centos7删除自带openjdk
centos7安装nexus私服2.14
mysql优化记录
原文地址:https://www.cnblogs.com/zyjzz/p/7061601.html
最新文章
android踩坑日记
html遇到的问题
获取网页iconfont的方法,查看eot文件内容
HTML里的上标和下标
Windows下,pip安装时ReadTimeoutError解决办法
windows下安装MySQL 8.X
android studio 3.0 入门项目 1
android studio 3.0 下载安装
spring源码
java 单例模式之登记方式
热门文章
Eclipse 安装 AmaterasUML 插件
eclipse debug change value
eclipse导入tomcat源码
windows系统实现自动定时到网络下载图片
烂泥:ubuntu下配置msmtp+mutt发送邮件
烂泥:gpg加解密软件学习
烂泥:vcenter通过模板部署vm
烂泥:vcenter5.5无AD下的安装与配置
烂泥:vsftpd单用户多目录配置
烂泥:ubuntu下vsftpd虚拟用户配置
Copyright © 2011-2022 走看看