让IE下也有firebug
在IE浏览器调试代码,我们可以选择使用 IE WebDeveloper ,
但是我个人用惯了ff浏览器下的firebug,所以在网上搜了一下,如果你也想在IE下使用firebug进行调试,可以进行如下改动:
1.将需要调试的页面加入以下JS代码:
<script type=”text/javascript” src=”http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js”></script>
2.在IE浏览器中打开即可。
firebug lite更多使用方法及说明:http://getfirebug.com/lite.html