Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 421 Bytes

the rating tool

Depend

jQuery 1.8+, font-awesome.css

using:

base:

  $(".score").score(function () { /* callback */ });

other

  $(".score").score({ 
       score: 3, // init score
       callback: function(score){ console.log(score) } // callback 
  });

Demo 链接 score