如何在ie8中使用firebug
我正在做的教程使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将此脚本添加到文档中即可工作。
请注意,最近有一个错误导致该小图标无法出现在屏幕右下角:
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