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

Welcome to
Israa Academy's
Elementary School

At Israa Academy, we nurture curious minds and cultivate a love for learning within a nurturing and Islamic environment. Our stimulating curriculum integrates core subjects like reading, writing, math, science, and social studies with Islamic teachings - fostering a strong foundation for your child's academic and spiritual growth.

Here's what sets our
Elementary School
apart

Explore & learn at Israa
Academy's Elementary School!

Strong Core Subjects

(Reading, Writing, Math, Science, Social Studies)

Islamic Studies Integration

Engaging Learning Methods

Social-Emotional Learning & Character Development

Extracurricular Activities

Qualified & Caring Teachers