Bookmark and Share

Lee's 程序人生

HTML CSS Javascript XML AJAX ATLAS C# C++ 数据结构 软件工程 设计模式 asp.net Java 数字图象处理 Sql 数据库
  博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

Firebug Lite 1.2 发布

Posted on 2008-07-31 02:10  analyzer  阅读(438)  评论(0编辑  收藏  举报


Steve Souders昨天在OSCON大会上介绍了新的Firebug Lite 1.2,今天Firebug Lite 1.2 发布了。Firebug Lite 是 Firebug 的分支,它是Firebug在其他浏览器IE, Opera, 和 Safari上的解决方案。不仅包含了旧版本的console.log 命令,还包含查看 DOM 元素、跟踪 XHRs,操纵 HTML, CSS 和 JavaScript 的功能。

Firebug Lite 能够在页面中插入调试:
Js代码 复制代码
  1. <script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>  


还能够创建Firebug Lite书签调试:

Js代码 复制代码
  1. javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.pi&&window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);  


详情查看:http://getfirebug.com/lite.html
我要啦免费统计