会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Butter_Fly
博客园
首页
新随笔
联系
订阅
管理
2020年3月9日
CSS中“~”(波浪号)、“,”(逗号)、“+”(加号)、“>”(大于号)、“ ”(空格)详解
摘要: “~”:$('pre ~ brother')表示获取pre节点的后面的所有兄弟节点,相当于nextAll()方法; “+”:$('pre + nextbrother')表示获得pre节点的下一个兄弟节点,相当于next()方法; “ ”:$('parent childchild')表示获取paren
阅读全文
posted @ 2020-03-09 09:48 Butter_Fly
阅读(1085)
评论(0)
推荐(0)
编辑
公告