I have a layout similar to this:
and would like to use a jQuery selector to selec
You could also use
$(this).find('img');
which would return all imgs that are descendants of the div
img
div