Rater Plugin - Ajax Star Rating
September 22, 2008 - 10:11am — JarrettV
The existing star rating plugin for jQuery takes too much effort (client & server) so I wrote the jQuery Rater Plugin that should reduce the complexity of implementing an ajax rating scenario on the client side. The server side is easier as well since the markup doesn't change after a user has already rated. This plugin can also support multiple raters per page.
Usage:
$(function() {
$('#rating-1234').rater({ postHref: 'Rate.php' });
});