$('.design-section figure').on('mouseover mouseout touchstart', function () { $(this).toggleClass('open'); });