rater
rater copied to clipboard
A highly customizable rating widget that supports images, utf8 glyphs and other html elements!
I want to use it with a RTL Direction website but it's not working properly. It's showing the rating properly in RTL but when mouse hover its work LTR.
Hi, it seems there's an issue in the example page for the material font icon : http://gjunge.github.io/rateit.js/examples/#ex_2e. `style="font-family:fontawesome"` should be `style="font-family:Material Icons"` Hope it's the right place to report it....
>Depends on jQuery What do you think about making the component independent of jQuery? Would be really nice to have it as standalone-independent component without need for any dependencies
I have added the .js and it works principally... But the stars are much to small... What is the correct way set the size of the stars and the whole...
iOS support
Hi, is this script supported on iOS browser ? I'm testing it on iPad (http://auxiliary.github.io/rater/) and if there are multiple rating elements on the same page, each click on one...
Hi, how do I pass in fontawesome characters? I'm getting this error with the below code: `Cannot read property base of undefined` ``` $('.rating').rate({ readonly: true, step_size: 0.5, symbols: {...
The selected stars overlap in mobile version. I am testing it in Android. You can see the issue on the page http://www.jqueryrain.com/?m_Wywb1B itself. Is there any way to fix this?...