NOTE: With the newest jQuery (1.6) the rating control doesn't work properly, due to the changes to the attr() handling for the "disabled" attribute.
The fix will be included in new release, as soon as jQuery UI team officialy include jQuery 1.6 to download.
With that being said, you are now able to download a <<
patch>> shared by Colin Guthrie, thanks! :)
Optionally, you can download a <<
modded js file>> right away.
Also note, this is one of my "spare time" projects, so I hope you don't mind some delays and/or unanswered e-mails - of course I read 'em all!
What is this?
The Star Rating widget is a plugin for the jQuery javascript library that creates a non-obstrusive star rating control based on a set of radio buttons or select option.
What it does?
- It turns a collection of radio boxes / select options into a neat star-rating control.
- It creates the interface based on standard form elements, which means the basic functionality will still be available even if Javascript is disabled.
- It gives you the full access to each instance of "stars" created on the page, with an easy to use syntax provided by the jQuery UI core library. See Examples tab for more info.
Quick example with RADIO boxes:
Quick example with SELECT options: