会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pattywgm
博客园
首页
博问
闪存
新随笔
订阅
管理
2016年12月21日
JQuery 选择器
摘要: JQuery选择器 基本选择器 #id 根据id匹配 .class 根据class类名匹配 element 根据给定元素名匹配 * 匹配索引 selector1, selector2…,selectorN 将每个选择器匹配到的元素合并返回 层次选择器 $(“ancestor descendant”)
阅读全文
posted @ 2016-12-21 22:51 pattywgm
阅读(155)
评论(0)
推荐(0)
编辑