我想用标题属性过滤元素列表。
<img name="chrome_brillant" title="chrome brillant" src=#">
<img name="chrome_brillant" title="chrome red mat" src=#">
<img name="chrome_brillant" title="chrome jaune" src=#">
使用搜索字段(文本输入),我可以在title属性中查找关键字。
但我会找到第二项,以“红色铬”作为输入,并隐藏所有其他项目?
谢谢, 热雷米。
答案 0 :(得分:-1)
$('img').filter(":contains('red'), :contains('chrome')")