js插件jquery.raty.js的使用说明

  $.fn.raty.defaults.path = '<%=basePath %>resources/js/lib/img';  
  $('.star').raty({
		score:4,
        number: 5, //多少个星星设置
        targetType: 'hint', //类型选择,number是数字值,hint,是设置的数组值
        path: 'demo/img',
        hints: ['差', '一般', '好', '非常好', '全五星'],
        cancelOff: 'cancel-off-big.png',
        cancelOn: 'cancel-on-big.png',
        size: 24,
        starHalf: 'star-half-big.png',
        starOff: 'star-off-big.png',
        starOn: 'star-on-big.png',
        target: '#function-hint',
        cancel: false,
        targetKeep: true,
        targetText: '请选择评分',
        precision: false, //是否包含小数
        hints: ['差', '一般', '好', '非常好', '全五星'],
		click: function(score, evt) {
				var no=this.dataset.order;
				 sMap[no]=score
		},
 });

插件地址:https://pan.baidu.com/s/1dWt4qRuhMv3617HNteVqMA

提取密码:hk3b

你可能感兴趣的:(web)