Please try it out and give feedback on the wiki specification page. This is not yet an official jQuery UI widget, but it may become one if it has enough support. It works with jQueryUI 1.8 for base functionality. The demo that shows a menu relies on jQuery UI 1.9 milestone 2 or later because it uses new api methods on the menu widget.
I am trying to set a single sub-option on a plugin instance without overwriting the entire option. I am working with the button widget where the secondary icon was set on instantiation of the button, and afterwards I want to set the primary icon via the property setter. how can I do this?
I tried this and I end up with only a primary icon:
$("#toolbar").menubar({...}); //this creates a button widget for each button and sets the secondary icon during instantiation of each button having a flyout menu
The menu in milestone 2 looks good in the popup menu. The wiki page mentions all sorts of other types of menu that this script will support. Does milestone 2 not support these types of menus yet, or is it just lacking in demos?
Specifically, I'm looking for menu bar capability per Visual design E2 on the wiki (http://wiki.jqueryui.com/Menu). I called menu on my top level ul and it shows the sub menu list in the same menu as the parent list item.