使用方法
var myMenu = [{
// Menu Icon.
// This example uses Font Awesome Iconic Font.
icon: 'fa fa-home',
// Menu Label
label: '首页',
// Callback
action: function(option, contextMenuIndex, optionIndex) {},
// An array of submenu objects
submenu: null,
// is disabled?
disabled: false //Disabled status of the option
},
{
icon: 'fa fa-user',
label: '个人',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: null,
disabled: false
},
{
icon: 'fa fa-envelope',
label: '联系',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: null,
disabled: false
},
{
//Menu separator
separator: true
},
{
icon: 'fa fa-share',
label: '分享',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: [{ // sub menus
icon: 'fa fa-facebook',
label: 'Facebook',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: null,
disabled: false
},
{
icon: 'fa fa-twitter',
label: 'Twitter',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: null,
disabled: false
},
{
icon: 'fa fa-google-plus',
label: 'Google Plus',
action: function(option, contextMenuIndex, optionIndex) {},
submenu: null,
disabled: false
}],
disabled: false
},
];
$('.demo').on('contextmenu', function(e) {
e.preventDefault();
superCm.createMenu(myMenu, e);
});
站长提示:
1. 苦力吧素材官方QQ群:
950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励
2K币。
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服