raty

:star2: jQuery Raty - A Star Rating Plugin

Github stars Tracking Chart

jQuery Raty - A Star Rating Plugin

Build Status
NPM Version
Dependency
Dev Dependency
Code Climate
Patreon

Rails Rating?

This is Rating: https://github.com/wbotelhos/rating :star:

Usage with Image

  • jquery.raty.js
  • star-off.png
  • star-on.png
<script src="jquery.raty.js"></script>

<div></div>
$('div').raty();

Usage with Font

  • jquery.raty.js
  • jquery.raty.[eot, svg, ttf, woff]
  • jquery.raty.css
<link rel="stylesheet" href="jquery.raty.css">
<script src="jquery.raty.js"></script>

<div></div>
$('div').raty({ starType: 'i' });

Options

cancel:      false                                          // Creates a cancel button to cancel the rating.
cancelClass: 'raty-cancel'                                  // Name of cancel's class.
cancelHint:  'Cancel this rating!'                          // The cancel's button hint.
cancelOff:   'cancel-off.png'                               // Icon used on active cancel.
cancelOn:    'cancel-on.png'                                // Icon used inactive cancel.
cancelPlace: 'left'                                         // Cancel's button position.
click:       undefined                                      // Callback executed on rating click.
half:        false                                          // Enables half star selection.
halfShow:    true                                           // Enables half star display.
hints:       ['bad', 'poor', 'regular', 'good', 'gorgeous'] // Hints used on each star.
iconRange:   undefined                                      // Object list with position and icon on and off to do a mixed icons.
mouseout:    undefined                                      // Callback executed on mouseout.
mouseover:   undefined                                      // Callback executed on mouseover.
noRatedMsg:  'Not rated yet!'                               // Hint for no rated elements when it's readOnly.
number:      5                                              // Number of stars that will be presented.
numberMax:   20                                             // Max of star the option number can creates.
path:        undefined                                      // A global locate where the icon will be looked.
precision:   false                                          // Enables the selection of a precision score.
readOnly:    false                                          // Turns the rating read-only.
round:       { down: .25, full: .6, up: .76 }               // Included values attributes to do the score round math.
score:       undefined                                      // Initial rating.
scoreName:   'score'                                        // Name of the hidden field that holds the score value.
single:      false                                          // Enables just a single star selection.
space:       true                                           // Puts space between the icons.
starHalf:    'star-half.png'                                // The name of the half star image.
starOff:     'star-off.png'                                 // Name of the star image off.
starOn:      'star-on.png'                                  // Name of the star image on.
target:      undefined                                      // Element selector where the score will be displayed.
targetForma: '{score}'                                      // Template to interpolate the score in.
targetKeep:  false                                          // If the last rating value will be keeped after mouseout.
targetScore: undefined                                      // Element selector where the score will be filled, instead of creating a new hidden field (scoreName option).
targetText:  ''                                             // Default text setted on target.
targetType:  'hint'                                         // Option to choose if target will receive hint o 'score' type.
starType:    'img'                                          // Element used to represent a star.

Functions

$('div').raty('score');                  // Get the current score.

$('div').raty('score', number);          // Set the score.

$('div').raty('click', number);          // Click on some star.

$('div').raty('readOnly', boolean);      // Change the read-only state.

$('div').raty('cancel', boolean);        // Cancel the rating. The last param force the click callback.

$('div').raty('reload');                 // Reload the rating with the current configuration.

$('div').raty('set', { option: value }); // Reset the rating with new configurations.

$('div').raty('destroy');                // Destroy the bind and give you the raw element.

$('div').raty('move', number);           // Move the mouse to the given score point position.

Main metrics

Overview
Name With Ownerwbotelhos/raty
Primary LanguageJavaScript
Program languageCSS (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2010-06-16 06:41:28
Pushed At2024-04-27 18:15:02
Last Commit At
Release Count15
Last Release Namev4.3.0 (Posted on 2024-04-27 15:03:44)
First Release Name2.5.0 (Posted on 2013-02-10 20:01:11)
用户参与
Stargazers Count2.4k
Watchers Count77
Fork Count651
Commits Count721
Has Issues Enabled
Issues Count187
Issue Open Count51
Pull Requests Count37
Pull Requests Open Count6
Pull Requests Close Count22
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private