简体   繁体   English

为什么新版本的jQuery会出现错误?

[英]Why does new version of jQuery gives errors?

I was using Jquery 1.4.4. 我正在使用Jquery 1.4.4。

I have updated to 1.10.2. 我已经更新到1.10.2。

I am getting this errors: 我收到此错误:

jquery.ba-bbq.js jquery.ba-bbq.js

browser = $.browser,
mode = document.documentMode,
is_old_ie = browser.msie && ( mode === undefined || mode < 8 ),   //browser is undefined

jquery.color.js jquery.color.js

jQuery.isNaN // jQuery.isNaN is not a function

The jQuery BBQ project seem to be have been last updated in 2010. jQuery BBQ项目似乎最近一次更新是在2010年。

The plugin supports 插件支持

jQuery Versions 1.3.2, 1.4.1, 1.4.2
Browsers Tested Internet Explorer 6-8, Firefox 2-3.7, Safari 3-4, Chrome 4-5, Opera 9.6-10.1.

So, the new version of jQuery is not supported. 因此,不支持新版本的jQuery。 Also, note that 1.4.x to 1.10.x is quite a jump. 另外,请注意,从1.4.x到1.10.x相当大。 There are several breaking changes within the code. 代码中有几个重大更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM