Star rating jQuery plugin
Include an input to hold the rating value, an initial value can be provided.
<input type="hidden" name="rate-me" id="rate-me" />
Initialize the plugin in your input.
$("#rate-me").wgStars();
Now go, change something and send a Pull Request!