I have a layout similar to this:
<div id="https://stackoverflow.com/questions/306583/..."><img src="https://stackoverflow.com/questions/306583/..."></div>
and would like to use a jQuery selector to select the child img
inside the div
on click.
To get the div
, I’ve got this selector:
$(this)
How can I get the child img
using a selector?