正如标题中所述,Firebug 1.4、1.3和最近一次在页面加载时抛出IE 8.0.6001错误。Firebug文件是本地使用的。
当使用在线文件http://getfirebug.com/firebug-lite.js时,我会收到几次警告:当单击Stop running this script? A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.等待脚本时,在发出5次警报后,
我找到了这个脚本()并下载了它。我想更改javascript代码中的一些内容,所以我打开了cshout.js (未打包版本)并进行了更改。我将其另存为"cshout.packed.js“(替换为原始打包版本)。
但是现在我转到我的脚本索引,我看不到任何东西,我只看到一个白色的空白页面……
为什么解压后的版本不能工作?压缩版本是从原始的解压文件创建的(我对其他一些scripts...it也有同样的问题,举个例子!)
我用FireBug调试它。Firebug说:
ajaxCS is not defined
localhost/cshout/cshout.js Line 49
cshout
我刚刚使用Dojo工具包启动了一个新项目,就在我将dojo.js脚本标记放入其中时,firebug开始告诉我
Could not load 'dojo._firebug.firebug'; last tried './_firebug/firebug.js'
我知道dojo以糟糕的调试消息而闻名,但这太荒谬了……
如果有人对此有任何想法,我将不胜感激。
我正在为WordPress制作超级简单的主题,我将jQuery附在上面如下所示:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.js"></script>
并显示在页面源中。但是问题是,依赖于jQuery的插件不能在我的模板上工作,在Firebug控制台中,我得到了错误TypeError: $(...).flexslider is not a function,就好像jQuery没有加载一样。
我正在使用mapstraction插件,它在rails 2.3版本中运行得很好。当我将rails版本升级到3.2时,我已经开始得到这个错误,而且map没有加载
TypeError: this.location.toProprietary is not a function
options.position = this.location.toProprietary(this.api);
在firebug中,我在第484行看到了文件中的错误: mxn.googlev3.core.js。
JQuery版本与rails 2.3 i.1.4中使用的版本相同
我在用
@map.init
在我的controllers/automation.php文件中,我有:
class Automation extends CI_Controller {
// some code here
public function search() {
// implementation of the search function
}
}
现在,在我的library.js文件中,我有:
function search()
{
var date = $("#datepicker").val();
$.pos