jQuery 上下文菜单插件 contextMenu

码农软件 · 软件分类 · jQuery菜单 · 2019-12-21 09:44:46

软件介绍

jQuery 上下文菜单插件,支持多级菜单和图标显示,自定义样式实现灵活控制菜单风格。

上下文菜单示例

实例代码:

var data = [
            [
                {
                    text: "剪切(ctrl+x)",
                    action: function () {
                        console.log("剪切");
                    }
                },
                {
                    text: "复制(ctrl+c)"
                },
                {
                    text: "粘贴(ctrl+v)",
                    action: function () {
                        console.log("粘贴");
                    }
                }
           ]

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

Hacker's Delight

Hacker's Delight

Henry S. Warren Jr. / Addison-Wesley / 2002-7-27 / USD 59.99

A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. * At long last, proven short-cuts to mastering difficult aspec......一起来看看 《Hacker's Delight》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具