随身笔记
随身笔记

js好用的评分插件

js 星星 评分 星星

start123

 

代码风格:

$('.demo-live-application').score({
 number : 10,
 size : 32,
 color : '#08C',
 score : 4,
 vertical : false,
 hints : ['bad', 'poor', 'regular', 'good', 'gorgeous'],
 click : function(score, event){
 alert('Class Name: '+this.className+'\n' + 'Score: '+score+'\n' + 'Event Type: '+event.type+'\n');
 },
 readOnly : false,
 fontAwesome : true,
 debug : true
});

 

http://haozki.me/score.js/

下载:https://github.com/haozki/score.js/zipball/master

随身笔记

js好用的评分插件
js 星星 评分 星星   代码风格: $('.demo-live-application').score({ number : 10, size : 32, color : '#08C', score : 4, vertical : false, hints : ['ba…
扫描二维码继续阅读
2017-01-04