A jQuery plugin that provides a context menu (based on the standard jQueryUI menu widget).
jQueryUI Contextmenu is a jQuery plugin that provides a context menu (based on the standard jQueryUI menu widget).
Some major features of the plugin are:
- 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).
- Optional support for touch devices.
More information can be found at the github page.