Published 十二月 2nd, 2010 by San in JavaScript, User Experience | 1 Comment »
firebug可以跨浏览器进行调试,支持IE6+,ff,opera。
firebug很好用,但是IE下可以调用firebug的方法更让你觉得给力。方法简单:
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
提示:你可以先修改部分代码再运行。
添加以上代码到你的页面里面。
W3C的CSS验证 W3C的(x)Html标签验证