Hello,
I just try out the new Menu Component with following component.
<div class="menu">
<ul class="clearfix">
<li><a href=admin/theme">Theme and Design</a></li>
<li><a href="admin/security">Security</a></li>
</ul>
</div>
and
$(".menu ul").menu();
The menu was successfully rendered and looks fine, but the links are not called when I click on them.
Has anyone a suggestion? Is this a Bug?
My Blog:
http://www.jgeppert.com