作者: Mr Luo
jQuery :odd 选择器
实例 Run this code » 选择每个相隔的(奇数)<tr…
jQuery :even 选择器
实例 Run this code » 选择每个相隔的(偶数)<tr…
jQuery :last 选择器
实例 Run this code » 选取最后一个 <p> …
jQuery :first 选择器
实例 Run this code » 选取第一个 <p> 元…
jQuery 多个元素 选择器
实例 Run this code » 选取所有 <h2>、&…
jQuery element 选择器
实例 Run this code » 选取所有 <p> 元素…
jQuery 多个类 选择器
实例 Run this code » 选取 class 为 “…
jQuery .class 选择器
实例 Run this code » 选取 class 为 “…
jQuery #id 选择器
实例 Run this code » 选取 id 为 “in…
jQuery * 选择器
实例 Run this code » 选取文档内的所有元素: $("*"…