Skip to content

DmitryDrobotov/extRating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extRating - jQuery Rating Plugin

The extStar Rating Plugin is a plugin for the jQuery Javascript library that creates star rating control based on text input.

Usage

$(document).ready(function () {
  $("#rating_input_id").extRating({
    activeStarPath: 'activeStar.png', //path to active star image, default - '/assets/extRating/activeStar.png'
    inactiveStarPath: 'inactiveStar.png', //path to inctive star image, default - '/assets/extRating/inactiveStar.png'
    numberOfStars: 10 // number of stars, default - 5
  });
});

About

jQuery Rating Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published