Nested context menu
March 29, 2008 - 1:16pm — telega
Based on the idea of the "Context menu" jQery plugin.
Turns nested unordered list into a nested context menu.
Demo: http://telega.phpnet.us/n-contextmenu/
Usage: contextMenu(menu_selector, [optional] style, [optional] onShow);
Tested in: Firefox 2+, Opera 9 (Ctrl+click), IE 6+
Sample code:
<ul id="mymenu">
<li>test 1</li>
<ul>
<li>test 1.1</li>
<li>test 1.2</li>
</ul>
</ul>
<div></div>
<script>
$("div").contextMenu("#mymenu");
</script>Based on the idea of the "Context menu" jQery plugin.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 1.0.3 | 2008-Apr-07 | 2.75 KB | Recommended for 1.2.x | ||
