Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/87.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
即jquery幻灯片的第8个问题_Jquery_Asp.net_Internet Explorer_Internet Explorer 8_Slide - Fatal编程技术网

即jquery幻灯片的第8个问题

即jquery幻灯片的第8个问题,jquery,asp.net,internet-explorer,internet-explorer-8,slide,Jquery,Asp.net,Internet Explorer,Internet Explorer 8,Slide,您好,您可以查找问题。 它说: 我不知道jquery。如何使用IE-8解决此问题。。我必须使用IE-8。。我为IE-8添加了MasterPage标签。许多JavaScript库(尤其是非最新的库)不能很好地处理IE9,因为它在处理很多事情时与IE8发生了冲突 嗅探IE的JS代码在IE9中会非常频繁地失败,除非这些代码被重写以专门处理IE9 在更新JS代码之前,您应该使用“X-UA-Compatible”元标记强制您的网页进入IE8模式。我知道原因可能不一样,但对于可能会出现相同/类似错误的其他人

您好,您可以查找问题。
它说:

我不知道jquery。如何使用IE-8解决此问题。。我必须使用IE-8。。我为IE-8添加了MasterPage标签。

许多JavaScript库(尤其是非最新的库)不能很好地处理IE9,因为它在处理很多事情时与IE8发生了冲突

嗅探IE的JS代码在IE9中会非常频繁地失败,除非这些代码被重写以专门处理IE9


在更新JS代码之前,您应该使用“X-UA-Compatible”元标记强制您的网页进入IE8模式。

我知道原因可能不一样,但对于可能会出现相同/类似错误的其他人来说:

我正在

Unable to get value of the property 'toLowerCase'
来自IE9,但也

TypeError
arguments: Array[2]
0: "toLowerCase"
1: undefined
length: 2
__proto__: Array[0]
get message: function getter() { [native code] }
get stack: function getter() { [native code] }
set message: function setter() { [native code] }
set stack: function setter() { [native code] }
type: "non_object_property_call"
__proto__: Error
来自Chrome的开发者工具

它与Jquery bug(旧版本)或我在谷歌搜索时在网上发现的任何其他解决方案无关

这是我愚蠢的错误,没有记录我在做什么。我在用

var targetRow = $(this).closest("tr")[0];  
“this”并不是我想象的那样(以为它是一个链接标签,以为它是整个窗口或文档或其他东西,但肯定不是我想象的那样)

我自己的错


可能会帮助其他拥有JScript木偶时刻的人:)

你的滑块jquery的名称是什么!!!是jQuery Slider²吗?你能粘贴到这里吗!!所有图像都是静态或动态绑定jquery!!是的,它是jquery滑块。。您可以从我的链接中查看错误。。在IE-8的滑块编号消失时,我必须使用IE-8。。我的图片是从我的内容动态绑定的..我看到了你的页面源代码,但我没有在其中找到这个元标记。。请在适当的地方添加,您的问题的解决方案是这样的。在适当的位置尝试此元标记。
var targetRow = $(this).closest("tr")[0];