Nested context menu

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-14 15:14:18

软件介绍

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.

本文地址:https://codercto.com/soft/d/23369.html

Ruby for Rails

Ruby for Rails

David Black / Manning Publications / 2006-05-11 / USD 44.95

What's Inside * How Ruby and Rails work, separately and together * Extensive Ruby language tutorial * Ruby techniques for Rails applications * Explore the Rails framework source code A new level of pr......一起来看看 《Ruby for Rails》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具