$('.p-faq__dt').on( 'click', function() { $(this).next().slideToggle(); $(this).toggleClass( 'is-open' ); });