jquery.rating icon indicating copy to clipboard operation
jquery.rating copied to clipboard

Star Rating Plugin

Results 8 jquery.rating issues
Sort by recently updated
recently updated
newest added

Plugin doesn't work with latest jquery. This seems to sort it but probably needs further investigation.

":selected" always returns at least one element, because the browser automatically selects the first element. Using "[selected]", only those elements that really have the "selected" attribute are returned.

Hello there. I am using this cool plugin in a Rails application and it's giving me an error when I click on a star, the error is `Uncaught ReferenceError: isDirty...

If the option value and text are different then preserving the selected value will not work correctly.

Clicking on stars doesnt fire onchange event that is bound to the select box. Tried the included default.html ("Bind $.serialize() On Change") example on all Chrome, FF and IE and...

With jquery 1.5, cancel link doesnt clear the first value in the rating

Hi, I think that it is important to have a property such as cancelTitle in-which the English word Cancel may be replaced by any other word such as Quit, Annuleren,...