raty-fa icon indicating copy to clipboard operation
raty-fa copied to clipboard

jQuery Raty FA - A Star Rating Plugin with Font Awesome

Results 4 raty-fa issues
Sort by recently updated
recently updated
newest added

This plugin is compatible with Font Awesome 4, not with 5. Here's what you need to change in jquery.raty-fa.js to make ik Font Awesome 5 compatible: ``` $.fn.raty.defaults = {...

This is something that worked in the original raty plugin.

Please add callback function after init on each element like plugin parameter onInit: function(element) { }

Hey Jacob, thanks for this great plugin. i want to ask if there's already feature like this? Because i just forked this repo, and make little change. ``` javascript _createScore:...