document.addEventListener('DOMContentLoaded', function() {
const triggers = document.querySelectorAll('.AccordionTrigger');
triggers.forEach(trigger => {
trigger.addEventListener('click', function() {
toggleAccordion(this);
});
});
});
function toggleAccordion(trigger) {
const content = trigger.nextElementSibling;
if (content.classList.contains('active')) {
content.classList.remove('active');
trigger.classList.remove('active');
trigger.setAttribute('aria-expanded', 'false');
} else {
document.querySelectorAll('.AccordionContent').forEach(sec => sec.classList.remove('active'));
document.querySelectorAll('.AccordionTrigger').forEach(btn => {
btn.classList.remove('active');
btn.setAttribute('aria-expanded', 'false');
});
content.classList.add('active');
trigger.classList.add('active');
trigger.setAttribute('aria-expanded', 'true');
}
}
⚠ Individuals 6 months and older can now access the updated COVID-19 vaccine in Ontario.
- Many local pharmacies have received the updated COVID-19 and flu vaccines from the Ministry of Health. Pharmacies are the primary way that Ontarians access these vaccines.
- Visit the Ministry of Health’s website or OttawaPublicHealth.ca/FindPharmacy to locate a pharmacy near you including hours of operation, address, contact information and details on how to book an appointment.
Contact Us
Ottawa Public Health
100 Constellation Drive,
Ottawa, ON K2G 6J8
T 613-580-6744
YYT 613-580-9656
Toll free 1-866-426-8885
F 613-580-9660
Email: Email Ottawa Public Health