eddysilvamendes / jquery-star-rating-plugin

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

need ability to disable the cancel button #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice if I could disable the "cancel rating" button.

Original issue reported on code.google.com by munz...@gmail.com on 24 Feb 2009 at 12:38

GoogleCodeExporter commented 8 years ago
Actually you can do that by adding {required: true} option.

$('input:radio.rating-bar').rating({
required: true,
split: 0
});

Original comment by osman%pr...@gtempaccount.com on 27 Feb 2009 at 2:47

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 12 Mar 2009 at 9:19