Ubuntu

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­ jQuery(document).ready(function() { jQuery(window).load(function() { var tabs = document.querySelectorAll('.plans-carrousel .eael-tabs-nav ul li'); var i; for (i = 0; i < tabs.length; i++) { tabs[i].classList.replace('active', 'inactive'); } }); });