Bootstrap 文本菜单插件 Bootstrap-Context-Menu
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/sydcanem/bootstrap-contextmenu
软件介绍
Bootstrap-Context-Menu 是用于 Facebook Bootstrap 框架的文本菜单。
示例代码:
$('.context').contextmenu({
target:'#context-menu',
before: function(e,context) { // execute code before context menu if shown
}, onItem: function(context,e) { // execute on menu item selection
}
})