使用 RatyRate Stars
改為自製的圖示及設定路徑
GitHub ratyrate
Demo jQuery Raty
<div class="raty"></div>
$(".raty").raty({
readOnly : true, //是否唯讀
half : true, //是否半顆星
starHalf : 'star-half-big.png', //半顆星圖示
starOff : 'star-off-big.png', //無星圖示
starOn : 'star-on-big.png', //有星圖示
score : 3.7, //顯示的顆數
size : 15, //圖示大小
path : '/raty/' //圖示路徑
});