The "jQuery UI context menu plugin" simply takes the jQuery UI menu code and uses it as a base for context menus.
It supports all of the jQuery UI menu widget settings and features, including ThemeRoller support.
Keyboard shortcuts, custom behavior, and support for some touch gestures are also included.
The menus can also be customized with icons and images, and also positioned in any desired position with any display arrangement.
A sample page demonstrating the plugin's usage is included with the download package, helping developers get started on their own projects.
What is new in this release:
- CHANGES:
- Added "jquery-ui/menu" as AMD dependency.
- NEW FEATURE:
- Allow custom classes per entry.
- BUGFIX:
- Exception when target element is deleted in select event.
What is new in version 1.8.2:
- CHANGES:
- Added "jquery-ui/menu" as AMD dependency.
- NEW FEATURE:
- Allow custom classes per entry.
- BUGFIX:
- Exception when target element is deleted in select event.
What is new in version 1.5.0:
- CHANGES:
- Use data-command="copy" instead of <a href='...'> to store command IDs.
- NEW FEATURE:
- Support jQuery UI 1.11.
What is new in version 1.2.4:
- Added test matrix for different platforms.
What is new in version 1.2.2:
- Added ThemeRoller switcher to demo page.
Requirements:
- JavaScript enabled on client side
- jQuery 1.7 or higher
- jQuery UI 1.9 or higher
Comments not found