How do I use http://jqueryui.com/menu/ as a context menu on right mouse click. Is there a plugin or something?
jquery-1.9.0 jquery-ui-1.10.0
How do I use http://jqueryui.com/menu/ as a context menu on right mouse click. Is there a plugin or something?
jquery-1.9.0 jquery-ui-1.10.0
Here I started a plugin for this purpose: jquery-ui-contextmenu (supports delegation and creating menu definitions from JS objects).
Here's a solution quickly hacked together from the jquery ui sample page: jsBin