raty
raty copied to clipboard
:star2: Raty - A Star Rating Plugin
Hi, How could I change the orientation to "right to left"? Meaning that the right star could be number one and the left one number 5. Thanks
Hello, I would like the width and height set to the stars where can I do that in the file javascript? So ``
Having an issue with Safari mobile where the rating will only register on a second 'tap'. Anyone else having a similar problem?
Please submit the plugin to [cdnjs](http://github.com/cdnjs/cdnjs) or [jsdelivr](https://github.com/jsdelivr/jsdelivr)
Hello, same code works perfectly on Chrome on Mac/Win/Linux but not on Android: Desktop:  Android:  I render using this js: ``` $('.summary-rating').rating('refresh', { glyphicon: false, ratingClass: 'rating-fa', step:...
When set properity **"ReadOnly = true",I** can't set value by this method **"$ ('# star'). Raty ('score', number);"** Can I set value like '\' HTML: ` ` JavaScript: ``` $(function(){...
With Turbolinks and Jquery it seems that when a cached page is loaded the rate function can duplicate stars. I could not find a way to remove stars from an...
Is it possible or is there any plan for supporting in-html attribute? Instead of ``` jQuery('.ticket-raty').raty({ starOff: 'img/raty/star-off.png' }); ``` we would be able to do ``` ``` And thus...
First, I really appreciate your raty plugin and I thank you a lot for that. I have a question : is it possible to add a title to each half...
How can I set the custom icon for half on. I have 5 smileys for each range from 1-5. For each value a separate custom icon is used. Apart from...