$('.foobar').on('click', function(e) { var el = e.target; if (e.target !== this) { el = e.target.closest('DIV'); } // do stuff with el });