Rating library using Bootstrap stars (glyphicon-star).
Bootstrap : http://getbootstrap.com/
var $div1 = $q("div1").init({"stars":5, "color":"#000000", "size":"40px", "filled":true});
var $div2 = $q("div2").init({"stars":10, "color":"#006699", "size":"20px", "filled":false});
var rating1 = $div1.getRating();
- stars : number of stars.
- color : star's color.
- size : star's size.
- filled : all the stars start selected.