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
查看全文
相关阅读:
initData()
moveUp()
moveLeft()
moveDown()
函数具体分析
Linux命令学习笔记
RocketMQ使用记录
solr安装记录
centos7下面ruby的升级
centos7下面装fastdfs
原文地址:https://www.cnblogs.com/zyjzz/p/7061601.html
最新文章
python实现聊天
python异步IO
python常驻任务接收外界参数
python常驻任务持续监听一个文件变化
Scala解包:_*
在Scala中使用fastJson
Java面试008-野战篇
Java面试007-设计模式篇
Java面试006-优化篇
Java面试005-底层篇
热门文章
Java面试004-框架篇
Java面试003-前端篇
Java面试002-数据库篇
Java面试001-基础篇
Spring MVC 学习)——控制器与@RequestMapping详解
Spring MVC基础
Android webView加载图片显示过大的问题
Activity中使用PagerAdapter实现切换代码
MAC ADDRESS
ANDROID_ID
Copyright © 2011-2022 走看看