安蝶

前端学习ing

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年7月27日

摘要: 如果要自定义右键菜单,那么就需要禁止原本的右键菜单,代码如下document.oncontextmenu = new Function("return false;");//禁止右键默认菜单该自定义右键菜单是基于jquery上的html+css: Document ... 阅读全文
posted @ 2015-07-27 18:12 安蝶 阅读(595) 评论(0) 推荐(0) 编辑