Hi,
if you remove the UI plugin, you must trap the event (the idea is to
be able to build a menu with clickable links). To trap the event
simply do:
$("container").delegate("a","click",function (e)
{ e.preventDefault(); });
I know it is extra code, but I have no better idea ...
Kindest regards,
Ivan