akhanisatyammg / jquery-star-rating-plugin

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

[FEATURE REQUEST] Method for disabling the cancel button (hide the button) #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As described above it would be nice to have a method or|and a possibility to 
configure the cancel button (hide = true or false).

By the way: very fantastic plugin!!

regards,
Pierre

Original issue reported on code.google.com by Pierre.K...@gmail.com on 19 May 2011 at 5:15

GoogleCodeExporter commented 8 years ago
To make sure, I know that I can disable it on css basis. But for example if I 
have two ratings on a page and one should with cancel button and one without. 
Thats the use case.

regards,
Pierre

Original comment by Pierre.K...@gmail.com on 19 May 2011 at 5:24

GoogleCodeExporter commented 8 years ago
I need this feature as well, however for a different use case:

I want to show the rating stars in one div on the left of the page, and the 
cancel rating separately in a div on the right side of the page.

Also, it would be nice to configure the image to use instead of the default one.

Cheers,
Michael.

Original comment by michael....@gmail.com on 26 Oct 2011 at 8:26

GoogleCodeExporter commented 8 years ago
Just add the class "required" to the control.
OR use this css: .rating-cancel{ display:none }

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:10