Hi, is it possible to give an id to the ul rendered with renderMenu() ?
I'd like to use it like ulClass parameter. We can doecho $this->navigation()->menu()->renderMenu($this->menu1,array('ulClass' => 'nav1'));
but there's nothing in documentation about passing an id in options array.My problem is that i use jquery droppy for my dropdown menus and this is working only when the javascript selector is an id, not working when it's a css class.
Thanks for help. Denis.
