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