2

我正在使用 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();
});

它永远不会正确显示

4

0 回答 0