I have the following div and I know the selector Id of the DIV.
$('div.event img').attr('src', '/anything');
If you have several divs with event as the class you're better off selecting the div by id if you don't want to change the source of all the images
event