会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
狰狞蛋子
Ferocious Egg
博客园
首页
新随笔
联系
管理
订阅
2014年1月9日
Jquery选择器
摘要: 选择器实例选取*$("*")所有元素#id$("#lastname")id="lastname" 的元素.class$(".intro")所有 class="intro" 的元素element$("p")所有 元素.class.class$(".intro.demo")所有 class="intro" 且 class="demo" 的元素:first$("p:first")第一个 元素:last$
阅读全文
posted @ 2014-01-09 19:16 狰狞蛋子
阅读(96)
评论(0)
推荐(0)
编辑
公告