Skip to content

Commit

Permalink
Updated demo and docs, 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Oct 29, 2013
1 parent 3d6daaa commit cdea966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Docs
- **`form`**: Target form name, ID or element.
- **`radios`**: Target radio input boxes name (default `"rating"`)
- **`half`**: `TRUE` if each star is used for two input values (dafult `FALSE`).
- **`decheck`**: if `TRUE` clicking the same rating again will reset the control (dafult `FALSE`).
- **`disabled`**: `TRUE` if user cannot set rate value (default `FALSE`, or `TRUE` if input radio boxes has got the `disabled` attribute).
- **`linksClass`**: Links class name, for custom styling (default `"star"`).
- **`imageFolder`**: Image folder path, relative or absolute (default `""`).
Expand Down
6 changes: 3 additions & 3 deletions package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: MooStarRating
author: lorenzo.stanco
category: Interface
tags: [star, rating, radio, form]
demo: https://jsfiddle.net/UJJN7/3/
demo: https://jsfiddle.net/UJJN7/438/
docs: https://wiki.github.com/lorenzos/MooStarRating/docs
current: 1.3
current: 1.4
sources:
- Source/moostarrating.js
- Source/moostarrating.js

0 comments on commit cdea966

Please sign in to comment.