I am using this menu for a clients website, and I am having some problems with functionality. I may be reading it wrong, but in the documentation under "persist: 'location' " it states "looks within all tree nodes with link anchors that match the document's current URL (location.href), and if found, expands that node (including its parent nodes). "
I am under the impression that when I create a URL for a menu item, when clicked it will expand the sub-menu's under that menu item, as well as directing you to the appropriate URL. This is where I am having the problem, it does not expand that menu item to expose the sub menu's when the menu item is a URL When you create the menu item as href="#" it works fine, but obviously doesn't take you to the appropriate URL page. If the URL is href="something.html" or href="something.php" it doesn't work. It starts to expand the menu, then closes right up. To see an example of what I am speaking of, please go to the foloowing website. There click on services, then Engineering. Engineering will take you to a new page but the sub menu's won't show until you click one of the links on the engineering page itself. http://radtke.cgsart.com/v7.0/index.php I thought this might have been a problem related to Persist: "location" but when I removed that from the .js, the problem still existed. Thanks!