摘要: http://www.w3school.com.cn/jquery/jquery_selectors.asp jQuery 使用 CSS 选择器来选取 HTML 元素。 $("p") 选取 <p> 元素。 $("p.intro") 选取所有 class="intro" 的 <p> 元素。 $("p# 阅读全文
posted @ 2016-06-23 10:35 慕容小凡 阅读(154) 评论(0) 推荐(0)