October 4, 2021

Scroll to Top
document.addEventListener("DOMContentLoaded", function () { let hash = window.location.hash; if (hash) { let tabIndex = hash.replace("#tab-id-4", "") - 1; // Convert to index (0-based) let tabWidget = document.querySelector(".elementor-tabs"); if (tabWidget) { let tabs = tabWidget.querySelectorAll(".elementor-tab-title"); if (tabs[tabIndex]) { tabs[tabIndex].click(); // Open the correct tab } } } });