简体   繁体   English

jQuery 1.7和IE8的兼容性

[英]Jquery 1.7 and IE8 compatibility

is Jquery 1.7 actually compatible with the IE8. Jquery 1.7实际上与IE8兼容。

My code is working fine with Jquery 1.5.x but not with 1.7 Using the developer tools console, I see javascript error "Syntax error" pointing to a line that should not give any problem at all... 我的代码在Jquery 1.5.x上运行正常,但在1.7上运行不正常。使用开发人员工具控制台,我看到javascript错误“语法错误”指向一行完全不会出现任何问题的行...

  <title>YourSingapore.com - Search results</title>

What could be the problem? 可能是什么问题呢?

Yes it's compatible with IE8, It must be something else causing the errors. 是的,它与IE8兼容,可能是引起错误的其他原因。
(Definitely not the <title> ) (绝对不是<title>

The were "breaking" changes from JQuery 1.5 to 1.7, It's probably it. JQuery 1.5到1.7的“突破性”更改,可能就是这样。

The supported browsers versions are: IE 6.0+ , FF 3.6+, Safari 5.0+, Opera, Chrome 支持的浏览器版本是: IE 6.0+ ,FF 3.6 + ,Safari 5.0+,Opera,Chrome

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

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