Untitled
unknown
plain_text
a month ago
149 B
4
Indexable
function showTab(tabId) { hideAllTabs(); document.querySelectorAll(`#${tabId}`).forEach(e => { e.style.display = 'block'; }); }
Editor is loading...
Leave a Comment
function showTab(tabId) { hideAllTabs(); document.querySelectorAll(`#${tabId}`).forEach(e => { e.style.display = 'block'; }); }