会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
印前
个人博客:http://forjuan.github.io/
博客园
首页
新随笔
联系
订阅
管理
2015年9月17日
jQuery选择器(上)
摘要: 一、基本选择器 1.ID选择器 $("#id") 2.类选择器 $(".class") 3.元素选择器 $("element") 4.通配选择器 $("*") 5.集合选择器 $("#id,p,span")二、层次选择器 1.$("ancestor descendant") 选取ancestor元素
阅读全文
posted @ 2015-09-17 20:59 印前
阅读(142)
评论(0)
推荐(0)
公告