Skip to content

Bootstrap rating library using stars (glyphicon-star).

Notifications You must be signed in to change notification settings

dielfilho-zz/qrating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

QRating

Rating library using Bootstrap stars (glyphicon-star).

Dependencies

Bootstrap : http://getbootstrap.com/

Usage

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.

About

Bootstrap rating library using stars (glyphicon-star).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published