In my navigation menu, I have a structure that helps in navigating through content slider panels.
<div id="menu">
<ul>
<li><a href="#1" class="cross-link highlight">Bliss Fine Foods</a></li>
<li><a href="#2" class="cross-link">Menus</a></li>
<li><a href="#3" class="cross-link">Wines</a></li>
<li><a href="#4" class="cross-link">News</a></li>
<li><a href="#5" class="cross-link">Contact Us</a></li>
</ul>
</div>
I am looking for a way to cycle through these elements, remove the existing highlight class, and add it to the currently or last clicked menu item.
If you have any ideas or suggestions on how to accomplish this, please feel free to share!
Thank you,
Jonathan