Untitled
function showTab(tabId) { hideAllTabs(); document.querySelectorAll(`#${tabId}`).forEach(e => { e.style.display = 'block'; }); }
Leave a Comment
function showTab(tabId) { hideAllTabs(); document.querySelectorAll(`#${tabId}`).forEach(e => { e.style.display = 'block'; }); }