In Apex 5 Universal Theme, I am trying to use Jquery to get the Sub menu items(list based navigator) by class selector, I can get the top one by class:
.a-MenuBar-label
But I am not able to get the class for any of the sub menu items.
For example, if one tab is based on following list:
Menu 1
Sub Menu 1
Sub Menu 2
I can get the Menu 1 by .a-MenuBar-label but couldn't get them for any of the Sub menu.. I am using Chrome and tried to inspect the page but somehow it's not there.
Any one knows how shall I do?
Thanks
Mike