右键单击上下文菜单 jquery
有人有 jquery 上下文菜单的代码吗?只需要在按下鼠标右键时在指针位置弹出一个 div 即可。
Does anybody have any code for a jquery context menu? Just need a div popup at pointer position when right mouse button pressed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
这是我发现的:
使用 Jquery 和 asp.net 的右键单击上下文菜单 - 代码项目文章
Jquery 网站上标记右键菜单的插件
有趣的是, dogo 库 有一个 标准的 UI 小部件集,上下文菜单是该标准的一部分UI 设置。(dojo 库非常漂亮,具有标准外观)
Dojo 是一个独立的 javascript 库,就像 JQuery。不确定 dojo 与 jquery 的兼容性如何,但是如果您愿意,有一些方法可以让它们一起工作。
主啊 谷歌给了我大部分答案;)
类似的SO问题可能会有所帮助:
jQuery 右键单击上下文菜单帮助!
jquery 上下文菜单插件 - 右键单击在哪里事件类型?
JavaScript:捕获右键单击并仅在以下范围内禁用菜单某些元素
Here is what I found:
Right Click Context Menu Using Jquery and asp.net - Code Project Article
Plugins tagged Right Click Menu on Jquery website
Interestingly, the dogo library has a standard set of UI widgets, and the context menu is part of that standard UI set. (The dojo library is nice and pretty with a standard look)
Dojo is a separate javascript library just like JQuery. Not sure how completely compatible dojo is with jquery, but there are ways to get them both working together if you want to.
Lord Google gave me most of the answers ;)
Similar SO questions that might be helpful:
jQuery Right-Click Context Menu Help!
jquery context menu plugin - Where is the right click event type?
JavaScript: Capturing right click and disabling menu only within certain element
这是一个插件:
jQuery 上下文菜单
Here is a plugin:
jQuery Context Menu
这可以通过使用 jQuery 中的事件监听器轻松实现,下面是一种干净、快速的方法:
This can easily be achieved by using the event listener in jQuery, here is a clean and fast way of doing it:
您可以使用的另一个插件是我开发的,名为 Audero 上下文菜单。
Another plugin you can use is one developed by me called Audero Context Menu.