JRating插件改变了星形图像

时间:2013-02-28 05:36:07

标签: jquery css jquery-plugins

我正在使用jQuery JRating插件进行评分。我想用另一张图片更改星图。但是当我更换它时没有正确显示。谁有想法改变?

我想用以下图片替换星星。我已经像这样更改了插件中的图像

var defaults = {
            /** String vars **/
            bigStarsPath : '/images/white.png', // path of the icon stars.png
            smallStarsPath : '/images/small.png', // path of the icon small.png
            phpPath : 'jrating/php/jRating.php', // path of the php file jRating.php
            type : 'big', // can be set to 'small' or 'big'


jQuery(document).ready(function(){
      jQuery(".basic").jRating();
});

![在此输入图片说明] [2]

它从未正确显示

0 个答案:

没有答案