Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Nested context menu


Average rating
(3 votes)

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 releasesDateSizeLinksStatus
1.0.32008-Apr-072.75 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.