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

MongoDB

MongoDB

Kristina Chodorow / O'Reilly Media / 2013-5-23 / USD 39.99

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you'll learn the many advantages of using document-oriented da......一起来看看 《MongoDB》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具