Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ie中的jquery用户代理错误_Jquery_Asp.net_Html_Internet Explorer - Fatal编程技术网

ie中的jquery用户代理错误

ie中的jquery用户代理错误,jquery,asp.net,html,internet-explorer,Jquery,Asp.net,Html,Internet Explorer,由于此错误,转换为asp.net版本后,完整的jQuery文件在IE中无法工作,在其他浏览器和HTML版本中工作正常 请帮帮我。尝试删除functions.js中高度:20和高度:160后的逗号 User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022;

由于此错误,转换为asp.net版本后,完整的jQuery文件在IE中无法工作,在其他浏览器和HTML版本中工作正常


请帮帮我。

尝试删除functions.js中高度:20和高度:160后的逗号

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET4.0C; .NET4.0E)
Timestamp: Fri, 22 Jun 2012 05:20:36 UTC
Message: Expected identifier, string or number
Line: 39
Char: 1
Code: 0
URI: [http://app.eschooltrack.com/scripts/functions.js][1]

尝试删除高度:20和高度:160后的逗号,谢谢。它解决了一些问题,在同一页中还有另一个类似的问题。无论如何,你给了你一个方法+1。我做到了这一点,只使用这个函数,不使用其他函数。我无法理解你。你能看到你安装了什么FireBuggi吗?或者在Firefox中显示至少一个错误控制台?Firefox/Chrome没有问题,IE也没有问题。其他功能不能像启动一样工作。您可以找到add class Functiona所有放置在相同路径中的脚本,以及functions.js中调用的所有函数
$(function(){
$('#alerts').vTicker({ 
speed: 500,
pause: 4000,
animation: 'fade',
mousePause: true,
showItems: 2,
direction: 'up',
height:20
});
});



$(function(){
$('#news').vTicker({ 
speed: 500,
pause: 4000,
animation: 'fade',
mousePause: true,
showItems: 2,
direction: 'up',
height:160
});
});