Israa Academy
About Us
Israa Academy
Staff
Programs
Elementary School
Middle School
Admissions
Family Portal
Media
Gallery
Newsletter
Contact
About Us
Israa Academy
Staff
Programs
Elementary School
Middle School
Admissions
Family Portal
Media
Gallery
Newsletter
Contact
Menu
About Us
Israa Academy
Staff
Programs
Elementary School
Middle School
Admissions
Family Portal
Media
Gallery
Newsletter
Contact
let menuItems = document.querySelectorAll('#menu-1-649e175 li.menu-item.menu-item-has-children'); menuItems.forEach(menuItem => { let link = menuItem.querySelector('a'); // Check if the link exists before adding the onclick handler if (link) { link.onclick = function(event) { event.preventDefault(); event.stopPropagation(); let subMenu = menuItem.querySelector('ul.sub-menu'); let isExpanded = subMenu && subMenu.classList.contains('submenu-open'); // Close other menus menuItems.forEach(otherMenuItem => { if (otherMenuItem !== menuItem) { let otherSubMenu = otherMenuItem.querySelector('ul.sub-menu'); if (otherSubMenu) { otherSubMenu.style.visibility = 'hidden'; otherSubMenu.style.opacity = '0'; otherSubMenu.style.height = '0'; otherSubMenu.style.position = 'absolute'; otherSubMenu.classList.remove('submenu-open'); } let otherLink = otherMenuItem.querySelector('a'); if (otherLink) { otherLink.setAttribute('aria-expanded', 'false'); } } }); // Toggle current menu if (!isExpanded) { if (subMenu) { subMenu.style.visibility = 'visible'; subMenu.style.opacity = '1'; subMenu.style.height = 'auto'; subMenu.style.position = 'relative'; subMenu.style.transition = '0.3s'; subMenu.classList.add('submenu-open'); } link.setAttribute('aria-expanded', 'true'); } else { if (subMenu) { subMenu.style.visibility = 'hidden'; subMenu.style.opacity = '0'; subMenu.style.height = '0'; subMenu.style.position = 'absolute'; subMenu.classList.remove('submenu-open'); } link.setAttribute('aria-expanded', 'false'); } }; } });
Newsletter
News and Updates
April 2024
May 2024
June 2024