Is there a way to change the background color of a menu item through javascript? I've tried the adding the following code to the OnClientShowing event but it did not seem work:
var item = sender.get_items().getItem(1);
item.set_cssClass(
'blue_bkgd');
Thanks,
Mike