Archive for the ‘Plugin’ Category

jQuery Raty – A Star Rating Plugin

jQuery Raty is a plugin that generates a customizable star rating. (Demo)

Required files:

+ jquery.raty.min.js
+ star-on.png
+ star-off.png

Default configuration:
$('#star').raty();
<div id="star"></div>
Demo:

http://wbotelhos.com/raty

Please:

- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it:

[source language="javascript"]your_code_here[/source]
Share