Unable to get menu item using querySelectorAll – Jquery
I have the following code and tried getting the item "Menu 8", but here I am getting all menus, not just menu 8, I need to get menu8 and change the class name. What goes wrong with my code? check…