检测所选元素是否是右键单击的锚点
我正在编写一个小型 Firefox 插件来获取 url 并将其发送到网站。我想要做的是能够右键单击链接(但不必实际突出显示它)并能够单击发送,然后抓取并发送链接 href 值。我遇到的问题是检测所选元素是否是锚点并获取它的 href。非常感谢您提供的任何帮助:)
I'm writing a small firefox addon to grab urls and send them to a site. What I want to do is be able to right click on a link (but not have to actually highlight it) and be able to click send and the links href value is grabbed and sent. The bit I'm having trouble with is detecting if the selected element is an anchor and grabbing it's href. Many thanks for any help given :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
nvm,在以下位置找到了解决方案:
https://developer.mozilla.org/en/XUL/PopupGuide/Extensions#确定单击的元素是什么
nvm, found the solution at:
https://developer.mozilla.org/en/XUL/PopupGuide/Extensions#Determining_what_element_was_context_clicked