Is it possible to have an onClick on a div that has multiple children then query the onclick event to see which child was clicked? I could just put an onclick on each child div but it seemed redundant if I could get away with just one. I tried sending the event as an argument to my function. When I alert the target I get the id of the parent if it is clicked but the alert when I click a child is blank.