我需要通過名稱和src來查找img。我一直在嘗試以下方法無濟於事。jQuery:如何通過其src找到圖像
var s = $("img[src='/images/greendot.gif'][name='BS']");
的HTML:
<img alt="This item is active." name="BS" src="/images/greendot.gif"/>
VS
<img alt="This item is not active." name="BS" src="/images/spacer.gif"/>
通過名稱和來源,你想找到多張圖片? – TStamper 2009-05-07 15:41:21
你能發表一個html的例子嗎? – Jared 2009-05-07 15:42:55
是的,我是。 s var將是一個我將檢查長度的數組。 – kjgilla 2009-05-07 15:43:24