jQuery Helper for Komodo Media CSS Star Rater (Redux).
This rater is based on the code Ritesh Agrawal did. Unfortunatly his CSS and the hover technique breaks in some browsers.
So i thought, why not use the best CSS star-rater known to man kind and throw it in the mix.
I have used the CSS and technique from Komodo Media since it is stable and tested on many, many browsers.
This rater compared, has no cancel button. But i think we can live with that ![]()
To avoid conflicts i have changed the function name.
Licensed under The MIT License
Installation:
Basic
$('#demo1').rater('ratingsdemo.php');
Small
Via the options you can switch the style
$('#demo2').rater('ratingsdemo.php', {style: 'small'});
Inline
You can chain them, using inline style:
$('#inline1').rater('ratingsdemo.php', {style: 'inline'});
$('#inline2').rater('ratingsdemo.php', {style: 'inline', curvalue:3});
Demo: http://www.m3nt0r.de/devel/raterDemo/
Download: http://www.m3nt0r.de/devel/raterDemo/jquery.rater-1.0.zip
Source: http://www.m3nt0r.de/devel/raterDemo/

Related Listings:
RSS feed for comments on this post. TrackBack URL
July 28th, 2009 at 4:03 am
[...] Star Rater – jQuery Plugin [...]