Jquery Star Rating

jQuery Star Rating Plugin
Alternatives To Jquery Star Rating
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bootstrap Star Rating1,038763123 months ago31September 20, 20212otherJavaScript
A simple yet powerful JQuery star rating plugin with fractional rating support.
Jquery Bar Rating70592134 years ago6February 19, 201733mitJavaScript
jQuery Bar Rating Plugin - minimal, light-weight jQuery ratings.
Fastify Rate Limit367212213 hours ago36April 27, 20227mitJavaScript
A low overhead rate limiter for your routes
Rateyo3532725 months ago8June 08, 202022mitJavaScript
A simple and flexible star rating plugin, v2 docs -
Bootstrap Rating Input323
65 years ago1August 05, 20168mitHTML
Another plugin that eases the generation of rating stars for jQuery and Bootstrap
Photostation Upload Lr Plugin188
23 days ago4gpl-3.0Lua
Photo StatLr (aka PhotoStation Upload) is a Lightroom Publish and Export Service Plugin that enables the export /publishing of photos and videos from Lr to a Synology Photo Station. It uploads the photos/videos and all required thumbnails. It can download comments and ratings and do a real two-way synch of various metadata (tags, ratings, labels).
Launch_review152
2610 months ago7March 08, 202123mitJava
A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
Kk Star Ratings111
2 months ago2otherPHP
kk Star Ratings wordpress plugin
Jquery Star Rating101
7 years agoApril 15, 20123JavaScript
jQuery Star Rating Plugin
Phaser Animated Tiles99492a year ago6May 26, 201813mitJavaScript
A plugin that adds support for animated tiles to Phaser 3
Alternatives To Jquery Star Rating
Select To Compare


Alternative Project Comparisons
Readme

jQuery Star Rating Plugin

How to use

Detailed documentation and working demo here.

Example HTML

<div class="container">
    <input type="radio" name="example" class="rating" value="1" />
    <input type="radio" name="example" class="rating" value="2" />
    <input type="radio" name="example" class="rating" value="3" />
    <input type="radio" name="example" class="rating" value="4" />
    <input type="radio" name="example" class="rating" value="5" />
</div>

Simple usage

$('.container').rating();

Using with callback method

$('.container').rating(function(vote, event){
    // console.log(vote, event);
});

Example of using ajax

$('.container').rating(function(vote, event){
    // write your ajax code here
    // For example;
    // $.get(document.URL, {vote: vote});
});
Popular Plugin Projects
Popular Rating Projects
Popular Libraries Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Plugin
Jquery
Rating
Ajax