更改 Firefox 上的右键菜单
我正在寻找一种方法来使用 jQuery/CSS 更改 Firefox 中的右键单击上下文菜单...并禁用默认菜单。
我正在尝试制作一个类似 Windows 资源管理器的应用程序来管理图像,并且我希望能够使用右键单击来删除图片。
任何人都有一个想法,但找不到一个。
谢谢!!
I'm looking for a way to change the Right-Click context menu in Firefox using jQuery/CSS... and disable de default one of course.
I'm trying to make a Windows Explorer-like app to manage images and i want to be able to delete pictures using the right-click.
Anyone have an idea, cant find one.
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
oncontextmenu()
。但要小心,用户右键单击时会期望默认值。它可能会惹恼一些高级用户。
这看起来不错。
Look at
oncontextmenu()
.Careful though, users expect the default when they right click. It may annoy some power users.
This looks like good reading.