This is my first time using stackoverflow and posting a question here! :]
Can someone guide me on the best way to write JQuery code for this particular task?
- Task: My goal is to remove the 'active' CLASS from a nav element when it is active:
https://i.sstatic.net/8YLR4.jpg
- I tried writing some JQuery code to find the NAV element with the 'Active' class and then remove that class from the selected nav. You can see what I attempted in the image here: https://i.sstatic.net/NJDSs.jpg
Thank you in advance for your assistance! Apologies for any formatting issues in my post.