简体   繁体   English

jqueryrotate适用于IE7和IE8,但不适用于IE9

[英]jqueryrotate works with IE7 and IE8, but not IE9

Nice little plugin to rotate stuff: http://code.google.com/p/jqueryrotate/ 不错的小插件,可以旋转内容: http : //code.google.com/p/jqueryrotate/

This was a good example which works on IE7, IE8, FF, Chrome, etc, etc on how to make it work as a clock: http://d-zig.com/demo/46e3ec48-0f71-4615-8798-61cd83266659/ 这是一个很好的示例,可在IE7,IE8,FF,Chrome等上工作,如何使它作为时钟工作: http : //d-zig.com/demo/46e3ec48-0f71-4615-8798-61cd83266659 /

It doesn't work with IE6, but I am not surprised or disappointed. 它不适用于IE6,但我并不感到惊讶或失望。

The disappointing and surprising part is it works with earlier versions of IE, but not IE9! 令人失望和令人惊讶的部分是它可用于早期版本的IE,但不适用于IE9!

Here is an initial jsFiddle http://jsfiddle.net/KurKa/ 这是一个初始的jsFiddle http://jsfiddle.net/KurKa/

Any ideas? 有任何想法吗?

I looked at the source of http://d-zig.com/demo/46e3ec48-0f71-4615-8798-61cd83266659/ , and it was using jquery 1.4.1 which could possibly explain why it does not work but your fiddle does. 我查看了http://d-zig.com/demo/46e3ec48-0f71-4615-8798-61cd83266659/的来源,它使用的是jquery 1.4.1,这可能可以解释为什么它不起作用,但是您的小提琴却可以。 I believe this is most likely because your fiddle was using jquery 1.7.2. 我相信这很可能是因为您的小提琴使用的是jquery 1.7.2。

In the past, I have had experience with several jquery plugins that would not work in IE9 because I was using an older version of jquery. 过去,我曾使用过一些jQuery插件,因为我使用的是旧版本的jQuery,因此在IE9中无法使用。 If you upgrade jquery, the problem should be resolved. 如果升级jquery,则问题应得到解决。

Edit: I believe my assumptions are correct. 编辑:我相信我的假设是正确的。 Jquery did not support IE9 until version 1.5.1. jQuery在1.5.1版之前不支持IE9。 This information can be found in a blog post for the release of jquery 1.5.1 可以在发布jquery 1.5.1的博客文章中找到此信息。

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

相关问题 jQueryRotate-IE8中的问题 - jQueryRotate - Issue in IE8 .animate()在IE10中不起作用,但在IE9,IE8,IE7,Chrome和FF中起作用 - .animate() doesn't work in IE10 but works in IE9, IE8, IE7, Chrome, and FF 为什么此jQuery Ajax调用仅在IE9中失败(即使在IE8和IE7中也可以正常工作) - Why does this jQuery Ajax call fail ONLY in IE9 (Even works fine in IE8 and IE7) 什么jQuery模式弹出窗口或灯箱插件适用于IE7,IE8,IE9 Firefox,Chrome,Safari? - What jQuery modal popup or lightbox plugin works in IE7, IE8, IE9 Firefox, Chrome, Safari? jQuery循环pagerAnchorBuilder在IE7或IE8中不起作用-在IE9和其他所有版本中均有效 - JQuery Cycle pagerAnchorBuilder Not Working in IE7 or IE8 - Works in IE9 and all others IE7,IE8和IE9中的jQuery旋转图像问题 - jQuery Rotate Image Issues in IE7, IE8 and IE9 IE7和IE8中的Javascript - Javascript in IE7 and IE8 使用IE8(jQueryRotate)居中并旋转图像 - Center & Rotate image with IE8 (jQueryRotate) 未在IE7和8上显示的Ajax内容 - 在IE9和FF上工作 - Ajax content not displaying on IE7 & 8 - WORKS on IE9 & FF 为什么我的jquery代码在IE9中工作但在IE8中不工作? - Why my jquery code works in IE9 but not in IE8?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM