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

Using demo page (demo/index.html), the following errors occur in lib/jquery.raty.js: line 508: Uncaught TypeError: Cannot set property 'className' of undefined line 529: Uncaught TypeError: Cannot set property 'title' of undefined...

Hi! As reported by Shawn, if you cancel the raty in IE, it clears it, but after if you moved your mouse over it and then left the raty, the...

Raty Not working in Pretty Phto

Apologies if this is posted in the wrong area but since raty is the originating component for the issuance of a get request, i trust that it's OK to post...

I have a readonly raty with float value: $('div').raty({ readOnly : true, score: 3.26 }); How can i add the custom title to it: "Your rate is 3.26/5"

Resolves #238 @wbotelhos I successfully create the javascript(es6) version of raty kindly checkout. - I added a new option i.e initialize which allows users to initialize raty whenever they want...

* Depends on [#236](https://github.com/wbotelhos/raty/issues/236). We have many features available, but we don't always use them, so we want to convert everything to ES6 and allow plug modules to make the...

hacktoberfest2022

We should drop the Karma dependency and hopefully drops some outdated dependencies. I suggest the [JestJS](https://jestjs.io), but it can be any modern library out there.

hacktoberfest2022

* Depends on [#236](https://github.com/wbotelhos/raty/issues/236). We have many features available, but we don't always use them, so we want to convert everything to ES6 and allow plug modules to make the...

hacktoberfest2022

if init() is not called it won't render. See also #252