Hi,
My DOM looks like this:
<div class="stuff">
<a href="#"><img src=""></a> <b>hello</b>
<a href="#"><img src=""></a>
</div>
Sometimes I have a reference on the first image, and sometimes on the second image.
- When I have the first image using $() how do I select the second image?
- When I have the second image using $() how to I select the 1st image?