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
查看全文
相关阅读:
派生选择器
HTML 标签
$.get()
CC150
CC150
CC150
CC150
HashMap和HashTable的区别
CC150
quickSort
原文地址:https://www.cnblogs.com/zyjzz/p/7061601.html
最新文章
C++ 子类对象直接赋值给父类对象可行,反过来不行
学习吸收优秀者的开发习惯,并自己复述出来
MFC的多线程同步和互斥
【伯乐在线】最好的学习方法是什么样的?
scala模式匹配的使用
Spark分布式计算和RDD模型研究
LMAX高并发系统架构
分布式缓存GemFire架构介绍
【伯乐在线】最值得阅读学习的 10 个 C 语言开源项目代码
【伯乐在线】成就未来五年,现在应该开始做些什么?
热门文章
【伯乐在线】24岁才开始学编程是否太晚?一位经济学专业女程序员的故事
【伯乐在线】跑步时身体在前30分钟的神奇体验
【伯乐在线】成为谷歌软件工程师你需要准备什么?
AngularJS 简介
siblings()
slideUp() 函数
Bind()事件
text-indent
类选择器
id 选择器
Copyright © 2011-2022 走看看