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
Original issue reported on code.google.com by
verynot...@gmail.com
on 17 Oct 2010 at 2:41