会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
酱油和醋
首页
联系
管理
2013年6月8日
jQuery选择器
摘要: jQuery 选择器选择器 实例 选取* $("*") 所有元素#id $("#lastname") id="lastname" 的元素.class $(".intro") 所有 class="intro" 的元素element $("p") 所有 元素.class.class $(".intro.demo") 所有 class="intro" 且 class="demo" 的元素:first $("p:f
阅读全文
posted @ 2013-06-08 21:19 酱油和醋
阅读(185)
评论(0)
推荐(0)
编辑