<img src="://example.com/img-1.png" alt="face">
<img src="://example.com/img-2.png" alt="home">
<img src="://example.com/img-3.png" alt="car">
$('body').find('img').each(function(i, event){
if($(this).attr('alt') == 'home')
console.dir(event);
});
$('img[alt="home"]').attr('src'); // если нам нужен URL изображение