问题
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