Homepage: http://foswiki.org/Extensions/JQueryPlugin
Author(s): Michael Daum
Version: 2.10
Flexible and non-obstructive star rating. This plugin turns an HTML <input> element into a star rating widget.
The design is heavily influenced by System.JQueryRating by Fyneworks.com bit requries considerably less HTML markup
which is of advantage with high precision ratings.
Features:
arbitrary number of stars
arbitrary precision of star rating by splitting each star
very low, low, substandard, standard, superior, I like it, quite good, good, very good, excellent
Rating3
rating
10
split:2
Rating4
rating+values
1
very low=1, low=2, substandard=3, standard=4, superior=5, I like it=6, quite good=7, good=8, very good=9, excellent=10
Rating1 defines a simple numeric 5 star rating
Rating2 defines a simple scheme using named categories.
Rating3 defines a 10 star rating by increments of 0.5 steps
Rating4 defines a numeric rating where each value is mapped to a named category
The Size column specifies the number of stars. If Values are defined as well, their number will overwrite the Size value.
Note, that the Attributes column will be used to parametrize the jquery.stars plugin.