jQuery Star Rating System
This is jQuery plugin for star rating systems.The code below is modified of original script to make it simpler for you to develop a star rating in your application.
Check the demo below
hover and click events on stars to change there state
$('#star1').rating('www.your-url.php', {maxvalue:1}); $('#star2').rating('www.your-url.php', {maxvalue:1, curvalue:1}); $('#rate1').rating('www.your-url.php', {maxvalue:5, increment:.5}); $('#rate2').rating('www.your-url.php', {maxvalue:5, curvalue:3});
Find the complete package of Simple Star Rating by the below link:
I have used this rating script