Nested context menu
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/n-contextmenu
软件介绍
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.
A Byte of Python
Swaroop C H / Lulu Marketplace / 2008-10-1 / USD 27.98
'A Byte of Python' is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save t......一起来看看 《A Byte of Python》 这本书的介绍吧!
