|
Is possible disable option in submenu item by code. Ex: $.mbMenu.MenuEl("#id").disable(); or $("#id").mbMenu.disable(); |
|
Hi, To disable a menu item on the fly you should add a "disabled" attribute to the correspoding voice defined on your HTML; for example: THIS IS THE MENU DEFINED IN THE HTML CODE:
If you need to disable the first voice (ID: menu_2_voice_1):
Next time you'll open the menu, this voice should be disabled. Bye, Matteo |


