raty icon indicating copy to clipboard operation
raty copied to clipboard

:star2: Raty - A Star Rating Plugin

Results 64 raty issues
Sort by recently updated
recently updated
newest added

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 ``

waiting-for-answer

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: ![xddgw](https://cloud.githubusercontent.com/assets/564180/24085346/81a649f4-0d4e-11e7-9c26-941f8bc0b1cf.png) Android: ![zwfff](https://cloud.githubusercontent.com/assets/564180/24085347/81a7f042-0d4e-11e7-971f-a52364ffbc35.png) 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...