Skip to content

Commit

Permalink
Upgrade to release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Feb 1, 2015
1 parent efe8a69 commit dd56000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ $('#input-id').rating('update', 3);
```

#### refresh
Use this method to dynamically refresh the rating options via javascript after the plugin has been initialized. The method accepts the plugin options entered as an array.
Use this method to dynamically refresh the rating options via javascript after the plugin has been initialized. The method accepts the plugin options entered as object (associative array).
```js
// Example: Call the method below in rating.change event to disable the rating and
// hide the clear button.
Expand Down

0 comments on commit dd56000

Please sign in to comment.