jQuery( document ).ready( function( $ ) { $( '.mpp-gutenberg-tab' ).on( 'click', function( e ) { $('.mpp-author-tabs li').removeClass('active'); $(this).addClass('active'); var $tabs = $('.mpp-tab').removeClass('mpp-tab-active'); var new_tab = $(this).data('tab'); $('.' + new_tab).addClass('mpp-tab-active'); } ); } );; !function(){const e=document.querySelectorAll(".coblocks-animate");if("IntersectionObserver"in window){const t=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting&&(e.target.classList.add(e.target.dataset.coblocksAnimation),t.unobserve(e.target))}))}),{threshold:[.15]});e.forEach((e=>{t.observe(e)}))}else e.forEach((e=>{e.classList.remove("coblocks-animate"),delete e.dataset.coblocksAnimation}))}();;