Eurobio Scientific Team

Product Index

Retour en haut
(function () { function activateTabFromHash() { var hash = window.location.hash; if (!hash) return; var tabTitle = document.getElementById(hash.substring(1)); if (!tabTitle) return; if (!tabTitle.classList.contains("elementor-tab-title")) return; // Use Elementor's own click handler tabTitle.click(); } // Wait for Elementor frontend to be ready window.addEventListener("elementor/frontend/init", function () { setTimeout(function () { activateTabFromHash(); }, 300); }); // Also handle hash change (menu clicks) window.addEventListener("hashchange", function () { setTimeout(function () { activateTabFromHash(); }, 100); }); })();