eddysilvamendes / jquery-star-rating-plugin

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

Use SELECT instead of RADIO #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
To make things work without javascript, using a SELECT instead of radio buttons 
would be much more suitable. Now, you if you have no javascript you will see:
( ) ( ) ( ) ( ) ( )

But if you used SELECT, you could see:
[ 1 star  v]

My suggestion would be to support alternative syntax also, eg
<select name="star1" class="star" id="star1">
    <option value="1">1 star</option>
    <option value="2">2 stars</option>
    <option value="3">3 stars</option>
</select>

PLUGIN VERSION: 3.13
JQUERY VERSION: 1.8.4

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

GoogleCodeExporter commented 8 years ago

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