标签: jQuery
jQuery [attribute^=value] 选择器
实例 Run this code » 选取所有带有以 “na…
jQuery [attribute|=value] 选择器
实例 Run this code » 选取所有带有以 “To…
jQuery [attribute$=value] 选择器
实例 Run this code » 选取所有带有以 “.o…
jQuery [attribute!=value] 选择器
实例 Run this code » 选取所有 class 属性值不为 …
jQuery [attribute=value] 选择器
实例 Run this code » 选取 id 属性值为 “…
jQuery [attribute] 选择器
实例 Run this code » 选取带有 id 属性的每个元素: …
jQuery :lang() 选择器
实例 Run this code » 选取所有 lang 属性为 …
jQuery :root 选择器
实例 Run this code » 设置 HTML 文档的背景颜色为黄…
jQuery :visible 选择器
实例 Run this code » 选取所有可见的 <p>…
jQuery :hidden 选择器
实例 Run this code » 显示隐藏的元素: $(":hidd…