how to use firebug in ie8

寵の児 提交于 2019-12-24 09:35:13

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/7719848/how-to-use-firebug-in-ie8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!