Software Details:
Version: 1.01
Upload Date: 5 Jun 15
Distribution Type: Freeware
Downloads: 47
Size: 1 Kb
The jQuery Right-click Plugin allows developers to attach and trigger custom events to the right mouse button.
The three default right-click events are all supported: click, mouseup, and mousedown.
These can be used to add custom functionality to the right click action, or disable any type of functionality they may have by default.
Support is also included for left-handed mouse configurations as well.
jQuery Right-click Plugin is not a plugin for building context menus, but merely provides the building blocks for creating one.
Features:
- Outputs valid HTML
- Fully customizeable via CSS
- Easy to configure and implement
- Degrades gracefully
- Keyboard shortcuts to maximize accessibility
- Ability to enable/disable menu items on the fly
- Ability to enable/disable entire menu on the fly
What is new in this release:
- References to 'this' now work the same way as other jQuery plugins, thus the el parameter has been deprecated. Use this or $(this) instead.
- The mouse event is now passed to the callback function.
- Changed license to GNU GPL.
Requirements:
- JavaScript enabled on client side
- jQuery 1.2.6 or higher
Comments not found