jQuery jRate Plugin
This plugin allows you to add a star-rating to your website.
Demo:
Code:
$("#rating").jRate();
Options:
- className
- default: 'jRateCl'
a string with your class name
- stars
- default: 5
an integer with the amount of selectable "stars" required
- ajaxOptions
- default: null
object, see jQuery.ajax for options
- startValue
- default: -1
number, will select the star at index=startValue
Download
ZIP