Intro section with dropdown navigation | CSS - Javascript - jQuery

Solution retrospective
Hi there,
Initially, I found the dropdown menu very challenging while trying pure javascript.
Because .querySelector
only chooses the very first element with the same class name, I could only control the first dropdown menu by id.
Then I turned to use jQuery, I use $(this)
to control which menu should be dropdown.
Still, I'd like to know how to achieve this feature with only JS. 🥲🥲
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Greta Li's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord