作者: Mr Luo
jQuery :text 选择器
实例 Run this code » 选取带有 type=”…
jQuery :input 选择器
实例 Run this code » 选取所有 input 元素: $(…
jQuery [name=”value”][name2=”value2″] 选择器
实例 Run this code » 通过复合选择器查找符合条件的输入框…
jQuery [attribute*=value] 选择器
实例 Run this code » 选取所有带有包含字符串 ̶…
jQuery [attribute~=value] 选择器
实例 Run this code » 选取所有带有包含单词 “…
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 属性值为 “…