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
}
})Web Development Recipes
Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / Pragmatic Bookshelf / 2012-1-22 / USD 35.00
You'll see a full spectrum of cutting-edge web development techniques, from UI and eye candy recipes to solutions for data analysis, testing, and web hosting. Make buttons and content stand out with s......一起来看看 《Web Development Recipes》 这本书的介绍吧!
