简体   繁体   English

JQuery RateIt 插件错误 - IE 中未显示星星

[英]JQuery RateIt plugin bug - Stars not showing in IE

I am having that problem that my Jquery RateIt stars does not appear in IE.我遇到的问题是我的 Jquery RateIt 星星没有出现在 IE 中。 I have tested demos on the website for the RateIt plugin.我已经在网站上测试了 RateIt 插件的演示。 And the stars works fine on the RateIt website. RateIt 网站上的星星效果很好。

My website: http://www.vinderhimlen.dk我的网站: http://www.vinderhimlen.dk

The Rateit plugin website: http://rateit.codeplex.com Rateit 插件网站: http://rateit.codeplex.com

IE 9:即 9:

在此处输入图像描述

Firefox 4: Firefox 4:在此处输入图像描述

I guess upgrading to jQuery 1.6.1 should fix this issue:我想升级到 jQuery 1.6.1 应该可以解决这个问题:

http://bugs.jquery.com/ticket/8052 http://bugs.jquery.com/ticket/8052

Also you have jQuery referenced twice in your document:此外,您的文档中还引用了两次 jQuery:

First version 1.5.1:第一个版本 1.5.1:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script> 

and a few lines later (version 1.5):几行之后(1.5版):

<script src="/javascripts/jquery.js?1304726399" type="text/javascript"></script> 

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

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