eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

Set Readonly after submit #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There needs to be a way to dynamically set the rating plugin to read-only
following an input. 

Original issue reported on code.google.com by elimegro...@gmail.com on 12 Mar 2009 at 1:23

GoogleCodeExporter commented 8 years ago
I will add this feature on the next release

Original comment by diego.a...@gmail.com on 12 Mar 2009 at 3:06

GoogleCodeExporter commented 8 years ago
Currently, I'm using the following to set as read only in the callback 
following the
click.

$('.star').removeClass('star_hover').removeClass('star_live').unbind('mouseover
mouseout click').remove('a').addClass('star_readonly');
$('.star a').unbind('click');   

Original comment by elimegro...@gmail.com on 16 Mar 2009 at 1:33

GoogleCodeExporter commented 8 years ago
This feature is now available in v3.
See the "API" tab of the documentation here:
http://www.fyneworks.com/jquery/star-rating/

Original comment by diego.a...@gmail.com on 16 Mar 2009 at 5:19