首页>>表单>>评级插件,自定义初始分数,星号颜色,数量等(2015-07-08)

评级插件,自定义初始分数,星号颜色,数量等

评级插件,自定义初始分数,星号颜色,数量等
赞赏支持
立刻微信赞赏支持 关闭

 

JavaScript Code
  1. $('.demo-live-application').score({  
  2.     number      : 10,  
  3.     size        : 32,  
  4.     color       : '#08C',  
  5.     score       : 4,  
  6.     vertical    : false,  
  7.     hints       : ['bad''poor''regular''good''gorgeous'],  
  8.     click       : function(score, event){  
  9.         alert('Class Name: '+this.className+'n' + 'Score: '+score+'n' + 'Event Type: '+event.type+'n');  
  10.     },  
  11.     readOnly    : false,  
  12.     fontAwesome : true,  
  13.     debug       : true  
  14. });  

 


原文地址:http://www.freejs.net/article_biaodan_486.html