标签: jQuery
jQuery :parent 选择器
实例 Run this code » 选取所有带有子元素或包含文本的 &…
jQuery :empty 选择器
实例 Run this code » 选取所有空元素: $(":empt…
jQuery :has() 选择器
实例 Run this code » 选取所有包含有 <span&…
jQuery :contains() 选择器
实例 Run this code » 选取所有包含 “is&…
jQuery :focus 选择器
实例 Run this code » 选取当前具有焦点的元素: $(":…
jQuery :animated 选择器
实例 Run this code » 选取当前的所有动画元素: $(":…
jQuery :header 选择器
实例 Run this code » 选取所有标题元素 (h1 R…
jQuery :not() 选择器
实例 Run this code » 选取除了 class=”…
jQuery :lt() 选择器
实例 Run this code » 选取前 4 个 <tr>…
jQuery :gt() 选择器
实例 Run this code » 选择前 4 个之后的所有 <…