jquery-chromeContext:为任何元素创建 Chrome 风格的上下文菜单(右键单击菜单)

时间:2024-07-12 10:12:11
【文件属性】:

文件名称:jquery-chromeContext:为任何元素创建 Chrome 风格的上下文菜单(右键单击菜单)

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-12 10:12:11

JavaScript

上下文 描述 为任何元素创建 Chrome 风格的上下文菜单(右键单击菜单)。 示例用法 $('#trigger').chromeContext({ items: [ { title: 'Hello', onclick: function () { console.log('hello.'); } }, { separator: true }, { title: 'World', onclick: function () { console.log('world.'); } } ] }); 截屏 演示 查看存储库中的演示目录或查看。


【文件预览】:
jquery-chromeContext-master
----gruntfile.js(713B)
----lib()
--------js()
--------css()
----demo()
--------index.html(769B)
--------js()
--------css()
----.travis.yml(81B)
----README.md(746B)
----dist()
--------js()
--------css()
----.gitignore(13B)
----package.json(759B)

网友评论