I'm currently working on a navigation menu using jQuery that includes categories, subcategories, and their subsequent subcategories. However, I am facing some issues with it not functioning as intended. To avoid cluttering this space with excessive HTML and CSS code snippets, I have created a jsFiddle link for easier troubleshooting. Feel free to check out my jsFiddle: JSFIDDLE url In the provided HTML code, there are three nested menus. My goal is to display categories when a link is hovered over, followed by displaying subcategories when a category is hovered over, and so forth. Thank you for your assistance.