I'm working with a list that looks like this:
<ul>
<li><div class="thumb"><img src="image-1.jpg"></div></li>
<li><div class="thumb"><img src="image-2.jpg"></div></li>
<li><div class="thumb selected"><img src="image-3.jpg"></div></li>
</ul>
Is there a way to specifically target the img tag with the div parent having the "selected" class and retrieve its src attribute?