强大的评星插件,兼容各版本浏览器
安装
首先下载raty插件
引用
|
|
路径根据你的项目路径更正
Html结构
|
|
js调用
|
|
更多参数
cancel : false,
cancelHint : ‘cancel this rating!’,
cancelOff : ‘cancel-off.png’,
cancelOn : ‘cancel-on.png’,
cancelPlace : ‘left’,
click : undefined,
half : false,
halfShow : true,
hints : [‘bad’, ‘poor’, ‘regular’, ‘good’, ‘gorgeous’],
iconRange : undefined,
mouseover : undefined,
noRatedMsg : ‘not rated yet’,
number : 5,
path : ‘img/‘,
precision : false,
round : { down: .25, full: .6, up: .76 },
readOnly : false,
score : undefined,
scoreName : ‘score’,
single : false,
size : 16,
space : true,
starHalf : ‘star-half.png’,
starOff : ‘star-off.png’,
starOn : ‘star-on.png’,
target : undefined,
targetFormat : ‘{score}’,
targetKeep : false,
targetText : ‘’,
targetType : ‘hint’,
width : undefined
改变样式
做一组图片,放在img下,对应图片的引用路径即可