jStars

Overview

jStars is a jQuery star rating plugin

Demo

http://jstars-xl.googlecode.com/hg/jStars.html

Download

http://jstars-xl.googlecode.com/hg/

Usage

$('#youid').stars({
  rated:false,          // already rated
  stars: 5,             // n of stars
  step:1,               // step
  val:0,                // initial value
  starwidth:28,
  starimg:"jStars.png",
  onchange: function(v){},
  onrating: function(v){}
})

To Do

Documentation, rerating option

Licensing

LGPL

Comentarios