SyntaxFix
Write A Post
Hire A Developer
Questions
$('img.conversation_img[alt="example"]') .each(function(){ alert($(this).attr('src')) });
This will display src attributes of all images of class 'conversation_img' with alt='example'