
jQuery plugin that turns a jQueryUI menu widget into a context menu.
- Define menus from
<ul>
element or definition list (i.e.[{title: "Paste", cmd: "paste"}, ...]
). - Themable using jQuery ThemeRoller.
- Supports delegation (i.e. can be bound to elements that don’t exist at the time the context menu is initialized).
- Exposes events from jQueryUI menu:
blur
,create
,focus
,select
. - Optional support for touch devices.