I have seen a similar related post but my situation is a little different so I am posting a new question.
I am working on a site that was built by someone else. The navigation is an accordion style that works nicely but I need to be able to have the navigation remain open with the current active page highlighted. I am relatively new to jQuery and could you some help with:
- How do I keep the navigation open, and
- Highlight the active link - I know how to do this part in CSS, but I am not sure how to do that dynamically using jQuery.
Thanks in advance for any assistance.