Need a plugin for creating a dropdown button/menu/submenu
Need a plugin for creating a dropdown button/menu/submenu
I'm a long-time JavaScript user but am fairly new to jQuery. I am trying to create a dropdown menu that behaves the following way:
I have a button ('Meta') that, when clicked, will display some submenus. When the cursor hovers (not clicked) over a submenu item, another submenu is displayed.
I've searched for hours and could only find examples that were either all buttons, or all auto-expanding (hover) items. Could someone recommend a plugin that can do what I'm looking for?