tcallsen / jquery-star-rating-plugin

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

Ability to have "deselected" option for non-javascript usage #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using radios+javascript, you have the ability to "select nothing". This is 
impossible without javascript.

There should be an RADIO (or a OPTION, see also with issue 70) for "empty", eg:
<input name="star1" type="radio" value="0" class="star empty"/>
<input name="star1" type="radio" value="1" class="star"/>
<input name="star1" type="radio" value="2" class="star"/>
<input name="star1" type="radio" value="3" class="star"/>
<input name="star1" type="radio" value="4" class="star"/>
<input name="star1" type="radio" value="5" class="star"/>

This could be achieved either by using a specified class (as abobe) or with a 
parameter when clallong .rating()

Original issue reported on code.google.com by verynot...@gmail.com on 17 Oct 2010 at 2:41

GoogleCodeExporter commented 9 years ago

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