Try this:
http://www.trendskitchens.co.nz/jquery/contextmenu/

ALL you have to do is set it to click instead of right click.
However, I would make the suggestion to the plugin author:  That should be
an option, so you can make the menu on other events, like doubleclick or
left click or even the spacebar if the item has "focus".  Oh that would be
hot if the mousekeys (up down, left right) worked like a menu.

Glen


On 7/27/07, tlphipps <[EMAIL PROTECTED]> wrote:
>
>
> I've been using a javascript menu system in my application that I
> haven't seen replicated yet in any of the jquery plugins I've been
> able to find.  I'd like to find a replacement for the script I'm using
> because it's quite bloated and I think using jquery could greatly
> simplify it.  Also, the script requires using a "value" attribute in
> the <li> tags, and that attribute is not XHTML compliant.  This
> current menu system is based on the yahoo mail system's menu buttons.
>
> I've setup an example page at:
> http://www.garethphipps.com/test/buttonmenu.php
>
> The app I want this for uses several of these "button menus" on each
> page, so each menu needs to be unique.  But sometimes two or more
> buttons will have the same menu content, so reusing the menu content
> would be nice.
>
> Does anybody know of a jquery plugin that would be a good replacement
> for this menu system?
>
>

Reply via email to