Hey Milan!
I would like to help with your awesome plugin.
I added RTL support with two simple adjustments :
1) In CSS:
.gdrts-with-fonticon .gdrts-stars-active, .gdrts-with-fonticon .gdrts-stars-current{right:0 !important;}
2) In JS:
Changed x=e.pageX-offset.left to x=math.min(width-e.pageX+offset.left,width)
Hope this helps adding RTL support to your great plugin!
Aviad
Thanks for the quick reply.
Is it possible for the user to update his vote without refreshing the page? That way they would immediately see their mistake and correct it by clicking the opposite star.