IE<图9显示显示“未找到成员” [英] IE < 9 showing displaying "Member not found"

查看:252
本文介绍了IE<图9显示显示“未找到成员”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看到SCRIPT3:未找到会员。 IE中的错误< 9。查看各个位置,(例如,成员未找到IE错误(IE 6,7,8,9))它似乎发生在 setTimeout 里面 .hover()部分。

I am seeing the "SCRIPT3: Member not found." error in IE < 9 . Looking at various locations, (eg., Member not found IE error (IE 6, 7, 8, 9)) it seems to occur at the setTimeout inside .hover() portion.

我按照了中的步骤但仍然遇到同样的问题。我会很乐意提供任何帮助。

I followed the steps in the but still am having the same problem. I would be greatful for any help.

可能也会出现在 change() fn内的地方。

Probably it could also occur at places inside the change() fn.

我已将整个代码放在: http:// jsfiddle.net/f4tZQ/

I have placed the entire code at : http://jsfiddle.net/f4tZQ/

推荐答案

经过一段时间的搜索,我似乎受到jQuery bug的影响。在评论:4之后,更改了jQuery-1.6.2.js文件,第3172行解决了这个问题。

After sometime searching, I seems to be affected by jQuery bug. Following the "comment:4" , changing the jQuery-1.6.2.js file, line 3172 solved the problem.

if (typeof e.cancelBubble !== 'unknown') { e.cancelBubble = true; } 




不要问为什么,但它有效......对于jQuery或IE返回
'unknown'的原因,而不是'undefined'。

Don't ask why, but it worked... For some reason jQuery or IE returns 'unknown' here in stead of 'undefined'.

获取自:

资料来源: http://bugs.jquery.com/ticket / 10004

这篇关于IE&lt;图9显示显示“未找到成员”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆