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