HomeCoding & Programming

Simple Star Rating System With jQuery

Like Tweet Pin it Share Share Email

jQuery Star Rating System

This is jQuery plugin for star rating systems.The code below is modified of original script to make it simpler for you to develop a star rating in your application.

 

Check the demo below

hover and click events on stars to change there state

$('#star1').rating('www.your-url.php', {maxvalue:1});

$('#star2').rating('www.your-url.php', {maxvalue:1, curvalue:1});

$('#rate1').rating('www.your-url.php', {maxvalue:5, increment:.5});

$('#rate2').rating('www.your-url.php', {maxvalue:5, curvalue:3});

 

Find the complete package of Simple Star Rating by the below link:

jQuery-star-rating.zip

Comments (1)

Comments are closed.