在IE中使用firebug 博客分类: javascript IEfirebugjavascript
程序员文章站
2024-03-23 16:59:22
...
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.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);
在IE的控制台或者地址栏中使用该语句可以调出firebug的界面。
其中的XHR是xmlHttpRequest的缩写,可以用来查看ajax的数据
推荐阅读
-
在IE中使用firebug 博客分类: javascript IEfirebugjavascript
-
IE8 中"HTML Parsing Error:Unable to modify the parent container element before th 博客分类: Web前端_Javascript
-
在Zend Framework 2中使用自定义View Helper 博客分类: PHP phpzendhelper自定义
-
Solr的facet和grouping在电商商品搜索中的使用 博客分类: 搜索技术 facetgrouping一品多规属性筛选类目导航
-
JS中showModalDialog 详细使用 博客分类: javascript javascript
-
JS中showModalDialog 详细使用 博客分类: javascript javascript
-
使用window.location时在Firefox中的不兼容 博客分类: jquery... window.location.hreffirefoxreload
-
logstash集成日志以及在kibana中查询和使用 博客分类: 开源软件 elk elasticsearchlogstashkibana
-
使用chain方式,在第二action中获取第一个action中actionMessage 博客分类: Java Web chainmessageactionMessagestruts2
-
在Tapestry4中使用SoftReference实现ObjectPool 博客分类: Tapestry4 TapestryWebsphereTomcatUPApache