chisoftltd / jquery-star-rating-plugin

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

Use LABEL or OPTION content as tooltipe #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Stars should take over LABEL content or OPTION content (issue 70) as a tooltip. 
This would allow for better unobstructive programming, eg.

Stars:
<input name="star1" id="s1" type="radio" class="star"/><label for="s1">1</label>
<input name="star1" id="s2" type="radio" class="star"/><label for="s2">2</label>
<input name="star1" id="s3" type="radio" class="star"/><label for="s3">3</label>
<input name="star1" id="s4" type="radio" class="star"/><label for="s4">4</label>
<input name="star1" id="s4" type="radio" class="star"/><label for="s5">5</label>

This way, if javascript is disabled, you will at least get:
Stars: ( ) 1 ( ) 2 ( ) 3 ( ) 4 ( ) 5

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

GoogleCodeExporter commented 8 years ago

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