Israa Academy

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'); } }; } });

Connect with
Us at Israa Academy

We value open communication and building strong relationships with our school community. Here at Israa Academy, we're happy to answer any questions you may have about our programs, admissions process, or anything else related to your child's education.

Israa Contact Form

Email

Send Us an Email
info@israa.org

Campus

3672 Oak St. Duluth GA 30096
Get Directions