I'm using the mmenu plugin for jQuery -- http://mmenu.frebsite.nl/
The problem I'm having is that when I initially open the menu, I want it to jump to the page which has the entry best matching the current breadcrumb. Finding the element isn't a problem. For example
Vehicles
Land
Cars
Trains
Water
Dingies
I find the with the item I want to display, then do trigger("open.mm") on it.
So if I try to open the "Land" page, it works. It sets "Vehicles" as being opened, and I'm at the page with Cars and Trains.
However if I try to directly open the Cars page, then nothing happens. It sets styles on Land and Cars, but the Vehicles page is still the one that's displayed.
What's the trick to jumping directly to a 3rd level page?