tag // OR in a separate .js file document.addEventListener('DOMContentLoaded', function() { // Get current page filename const currentPage = window.location.pathname.split('/').pop() || 'index.php'; // Get all menu links const menuLinks = document.querySelectorAll('.main-menu nav ul > li > a'); menuLinks.forEach(function(link) { // Get href attribute const href = link.getAttribute('href'); // Remove active class from all menu items first link.parentElement.classList.remove('active'); // Check if current page matches the link href if (href === currentPage || (currentPage === '' && href === 'index.php') || (currentPage === '/' && href === 'index.php')) { // Add active class to parent li link.parentElement.classList.add('active'); } }); });
Electrician
Plumber
AC Repair(AMC)
Fridge Repair (AMC)
Exterior
Machine Repair
Water Purifier (AMC)
Microwave Repair
Door lock Repair
Furniture Repair
Light Repair & Install
Interior