jQuery 实时右键单击
我如何使用 jQuery live 函数作为右键单击侦听器?
我使用过这个插件: http://abeautifulsite.net/2008/05 /jquery-right-click-plugin 用于右键单击事件监听。但它不是实时的,这对我来说是一个问题。
希望你能帮忙
(顺便说一句,抱歉我的英语不好)
提前致谢
How can i use the jQuery live function as a right click listener?
I've used this plugin: http://abeautifulsite.net/2008/05/jquery-right-click-plugin for right click event listening. But it isn't live, which is a problem for me.
Hope you can help
(btw. sorry for my bad english)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
rightClick()
只是一个分配常规鼠标事件的函数。该函数禁用上下文菜单。您最好直接在动态创建图像的代码中对图像调用
rightClick()
。rightClick()
is just a function that assigns regular mouse events. The function disables the context menu.You may be better off just calling
rightClick()
on your images directly in the code that dynamically creates them.我还没有仔细阅读插件代码,但尝试一下。
I haven't gone thru the plugin code but try this out.
尝试:
或者如果你喜欢链接:
Try:
Or if you like chaining: