Copper Price Calculator

// — Add this to your block, preferably within DOMContentLoaded — // Function to update top menu active state function updateTopMenuState() { const selectedMethodValue = document.querySelector(‘input[name=”cmethod”]:checked’).value; document.querySelectorAll(‘#topmenu ul li’).forEach(li => li.id = ”); // Clear all active states let activeTabText = ”; if (selectedMethodValue === ‘lmp’) activeTabText = ‘Last Menstrual Period’; else if (selectedMethodValue === […]