showMenuItem

shows hidden menu item

void showMenuItem(id id);
ididid of the item which needs to be shown

Example

$$("somemenu").showMenuItem("about");

Back to top