Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所暗示的,我正在寻找可以添加到我的 wordpress 网站中的脚本,该脚本可以删除右键单击上下文菜单,例如复制、复制电子邮件地址、复制图像位置等。
有任何想法吗?
有一个可以附加到许多对象的event调用。oncontextmenu. .
event
oncontextmenu
例如 。. .
http://jsfiddle.net/Atn6e/
您必须创建自己的上下文菜单来替换您要覆盖的菜单。