79075762

Date: 2024-10-10 18:51:43
Score: 1
Natty:
Report link
$('.foobar').on('click', function(e) {
  var el = e.target;
  if (e.target !== this) {
    el = e.target.closest('DIV');
  }

  // do stuff with el
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Popsyjunior