How to get the children of the $(this) selector?

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? 1 19 The jQuery constructor accepts a 2nd … Read more