Skip to content
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages