$('.trigger').on('mouseenter mouseleave', '.inactive', function (e) { $(this).parents('div.forabg').animate({ opacity: e.type == 'mouseenter' ? '1.0' : '0.3' }, 300); });