/wgStars

Star rating jQuery plugin

Primary LanguageJavaScript

WgStars

Star rating jQuery plugin

Usage

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!