Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Share this post

Comment (1)

  • A WordPress Commenter Reply

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

    May 29, 2025 at 6:48 pm

Leave a Reply

Your email address will not be published. Required fields are marked *

LOGIN

———-  OR  ———-

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('.side-nav .menu-item-has-children > a').forEach(item => { item.addEventListener('click', function (e) { e.preventDefault(); // disables the default link behavior const parentLi = this.parentElement; parentLi.classList.toggle('open'); // toggle submenu open }); }); });