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