Skip to content

jonatrey/starrr

 
 

Repository files navigation

starrr

1-5 (or 1-*) star rating, in jQuery.

Usage

Create the stars

<div class='starrr'></div>

With an existing rating

<div class='starrr' data-rating='4'></div>

Listen for events

$('.starrr').on('starrr:change', function(e, value){
  alert('new rating is ' + value);
});

License

MIT

About

1-5 star rating, in jQuery.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.5%
  • CoffeeScript 30.8%
  • HTML 24.0%
  • CSS 2.7%