jquery指定DIV内鼠标右键菜单插件

所属分类: 网页特效-其它&杂项    2023-08-19 06:27:48

jquery指定DIV内鼠标右键菜单插件 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery指定DIV内鼠标右键菜单插件(共5个文件)

    • index.html

使用方法

  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. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 其它&杂项

jquery防止双击或多次提交表单插件

DisableWith是一个表单提交按钮屏蔽插件,它可以自动禁用HTML表单中的提交按钮,以防止双击或多次提交表单。
  其它&杂项
 7682  0

js轻量级文本文字视差滚动特效代码

它跟随滚动位置并相应调整文本文字的倾斜角度,使用很简单,只需要针对div绑定ID即可。
  其它&杂项
 5758  0

带有15种以上的背景图片文本覆盖自定义定位特效

一款呈现在局部背景图片上的文本定位特效,提供了15种以上的动态文本定位特效,先给背景图片增加一层底色,然后定位文本文字所在的位置,非常简单实用。
  其它&杂项
 4794  0

jquery自定义文本文字高亮突出显示特效插件

Highlight.js是一款轻量级文本文字高亮显示插件,可自定义多个关键词应用到文本段落中,呈现文字突出显示。
  其它&杂项
 9614  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论