Je dois trouver un img par nom et src. J'ai essayé ce qui suit en vain.
var s = $("img[src='/images/greendot.gif'][name='BS']");
Le html:
<img alt="This item is active." name="BS" src="/images/greendot.gif"/>
contre
<img alt="This item is not active." name="BS" src="/images/spacer.gif"/>