Annual program AO Foundation: Clinical investigation and documentation

Description

see annual program

SwAPP Member discount: 15%/event

// Select all elements const emElements = document.querySelectorAll('em'); // Loop through each element emElements.forEach((element) => { // Check if the text content matches the desired text if (element.textContent.trim() === 'Registrations are now closed.') { // Assign the 'reg-closed' class to the matching element element.classList.add('reg-closed'); } });

Share this event in your community