如何在ie8中使用firebug

发布于 2024-12-09 12:55:55 字数 319 浏览 0 评论 0原文

我正在做的教程使用 IE8 中的 firebug lite 来运行 jquery 代码、检查 DOM 等。我有一个到 firebug lite 的链接引用,以便我可以在 IE8 中使用它。我知道我可以在FF中使用firebug,并且我知道IE8中的检查工具,但是,由于firebug lite应该与IE8兼容,所以我想在IE8中使用它。有人可以帮我吗?

 <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

谢谢

A tutorial I'm doing uses firebug lite in IE8 to run jquery code, inspect the DOM, etc. I have a link reference to firebug lite so that I can use it in IE8. I know I can use firebug in FF and I know about the inspect tool in IE8, however, since firebug lite is supposed to be compatible with IE8, I'd like to use it in IE8. Can anyone help me out?

 <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

总以为 2024-12-16 12:55:55

只需将此脚本添加到文档中即可工作。

请注意,最近有一个错误导致该小图标无法出现在屏幕右下角:

http://code.google.com/p/fbug/issues/detail?id=4891

只需按 F12 打开用户界面。如果您有任何疑问,请随时通过以下方式联系我们:
http://groups.google.com/group/firebug

It should work by just adding this script to the of your document.

Just note that there's a recent bug that prevents that little icon to appear at the lower-right corner of the screen:

http://code.google.com/p/fbug/issues/detail?id=4891

Just press F12 to open up the UI. If you have any questions, feel free to contact us at:
http://groups.google.com/group/firebug

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文