Firefox 3.6 Addon 开发:XUL 模板中包含 jquery 导致 Webdeveloper 工具栏不稳定
我正在开发一个 Firefox 扩展。我已将其包含在我的 xul jquery 之一中。现在,我注意到,在 Firefox 3.6 中,jquery 使 Webdeveloper Toolbar 不稳定。它消失了!
我已经测试了 var $j = jQuery.noConflict();
解决方案,但它对我没有帮助。
还有其他解决方案吗?
i'm developing a Firefox Extensions. I've included in one of mine xul jquery. Now, i'm noticed that , in Firefox 3.6, jquery makes Webdeveloper Toolbar unstable. It disappear!
I've have already tested the var $j = jQuery.noConflict();
solution but it doesn't helps me.
Some other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这已经存在了一段时间 - webdev 工具栏论坛 上有讨论jquery bug 报告 - 有多种解决方法的建议,其中之一可能适合您。
This has been around for a while - there's discussion on the webdev toolbar forums and a jquery bug report - there are various suggestions for workarounds, one of which may work for you.