Roman Weich schrieb:
[...]
If you want, you can try it out here:
http://p.sohei.org/jquery-plugins/menu/
Please let me know what you think about it.
Nice! Some things I noted while clicking through the demo:
You could improve the demo by adding cursor:default for the menu. The
text-selection cursor is rather irritating inside the menu.
It would be nice to be able to open the menu on hover, maybe powered by
the hoverintent menu. That way I'd click only to select an item, that
alreay works for submenus.
Examples three, four and five seem to be just the same as two on first
glance, I'm still not sure I'd need any of those. Making it more clear
why those are important would help, otherwise you could consider
reducing the API to the really important essentials. Maybe taking
graceful degradation into account, and at least mentioning what to use
if that is important.
Clicking the seperator in example three alerts 'you clicked ""', seems
like a bug.
The first example should work without options at all, showing that the
defaults work just fine out of the box.
All examples show the alert on click, but only the first contains the
code for that.
You may want to use http://plugins.jquery.com/ for your plugin page, at
least in addition to your own.
Jörn