2012-07-18 48 views
-1

将Google Chrome升级到最新版本后,我们遇到一个奇怪的问题,有人可以帮助我们吗?我们正在摆脱想法。jQuery + jQuery Mobile + Chrome 20

我们有几个.aspx页面,其中包括jquery core(1.7.1)和jquery mobile(1.1.0)以及一些jqm插件。一切都工作正常,直到我们更新的谷歌浏览器......我们开始变得像完全以随机错误:

"Uncaught TypeError: Cannot call method 'apply' of undefined" "Uncaught TypeError: Cannot call method 'jqmData' of undefined"

在Firefox,IE9/10和Safari浏览器一切正常。 jquery mobile在initializePage函数中抛出异常。 我们创建了一个基本页面(结构和一些基本元素)...仍然没有运气。

我们发现这个类似的问题,但是从2010年起 http://productforums.google.com/forum/#!msg/chrome/JDKZxXsQZiE/sdW9-g1rxYs

任何意见/建议吗?

回答