click right

jQuery Context Menu Plugin

jQuery Context Menu Plugin

Stable and light right click menu for Your website or product! Easy installation: <div contextmenu="YOUR_MENU_ID" /> Example menu structure declaration: var testMenu = new ContextMenu('testMenu'); testMenu.addItem('test', 'My label', 'path/to/ico.png', function (){ alert('clicked!'); }); Features: Unlimited number of menu and menu items. Icons support Automatic menu activation by html attribute (< div contextmenu=”MY_MENU”...

jQuery Live Menu

jQuery Live Menu

jQuery Live Menu is a jQuery plugin that allows you to create easily nice and animated menus. Menus are opened on left or right click on the defined target. You can customize layout, effects and the tooltip design by jQuery parameters . The icons are not sold with the plugin, they are only there for the example. You can find quality icons here : graphicriver.net/category/icons/web Features Very easy to use : $(’#target’).liveMenu({params})...

jQee - Keyboard Shortcuts for jQuery

jQee - Keyboard Shortcuts for jQuery

jQee (jQuery Plugin) Keyboard Shortcuts for Humans jQee is a jQuery plugin which allows you to easily bind callback functions to any key or key combo. It also allows you to override existing shortcuts, block the context menu, implement your own custom context menus, any combination of the above, and more. Features: Easy to use jQuery plugin, tested in IE6 +, Chrome, Safari, and Firefox. Easily bind to any keyboard combination. Quick ...

PowerContext

PowerContext

PowerContext makes it easy to add right-click context menu functionality to any web application. A context menu can help make a web application feel even more like a native application. Features 3 Different Styles included, or create your own with CSS Supports keyboard control Always stays in viewport (menus never open outside of the visible area) Supports and infinited amount of sub-menus Create menus with HTML or a JavaScript Object Lite...

Context Menu Class

Context Menu Class

ContextMenu.js is a very easy to use utility that lets you add custom right click menus to any HTML element on your website! Features: The menu will never overflow the viewport Allows multiple elements to use the same menu Adding/Removing items Disabling/Enabling items Allows showing small icons to the left of each item Has smart nesting – when right clicked, the element’s youngest child will show its context menu Most styling ...