Note that there are some explanatory texts on larger screens.

plurals
  1. POStar Rating widget for jQuery UI
    primarykey
    data
    text
    <p>I was introduced to the <a href="http://orkans-tmp.22web.net/star_rating/" rel="nofollow noreferrer">Star Rating widget</a> for jQuery UI. I was originally using <a href="http://www.fyneworks.com/jquery/star-rating/" rel="nofollow noreferrer">this one</a>.</p> <p>Is there any difference between using the two?</p> <p>Well trying to use the jquery UI one, I can't get the input buttons to show up as stars. I have these js and css files included:</p> <pre><code>&lt;script src="jquery-1.3.2.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="jquery-ui-1.7.2.custom.min.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="ui.stars.js" type="text/javascript"&gt;&lt;/script&gt; &lt;link href="ui.stars.css" type="text/css" rel="stylesheet" /&gt; </code></pre> <p>And for my code, simply:</p> <pre><code>&lt;form&gt; Rating: &lt;span id="stars-cap"&gt;&lt;/span&gt; &lt;div id="stars-wrapper1"&gt; &lt;input type="radio" name="newrate" value="1" title="Very poor" /&gt; &lt;input type="radio" name="newrate" value="2" title="Poor" /&gt; &lt;input type="radio" name="newrate" value="3" title="Not that bad" /&gt; &lt;input type="radio" name="newrate" value="4" title="Fair" /&gt; &lt;input type="radio" name="newrate" value="5" title="Average" checked="checked" /&gt; &lt;input type="radio" name="newrate" value="6" title="Almost good" /&gt; &lt;input type="radio" name="newrate" value="7" title="Good" /&gt; &lt;input type="radio" name="newrate" value="8" title="Very good" /&gt; &lt;input type="radio" name="newrate" value="9" title="Excellent" /&gt; &lt;input type="radio" name="newrate" value="10" title="Perfect" /&gt; &lt;/div&gt; &lt;/form&gt; </code></pre> <p>All the files and images are in the same folder. I've never used jquery UI before, so I'm not sure if all I need is that file. I'm not sure if it needs it either, the other star rating plugin I was using didn't require it. Anyone know what I'm missing anything?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload