Skip to content

Commit

Permalink
Upgrade to release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 15, 2014
1 parent 6bc5ffd commit 940b313
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,18 @@ Clear the rating.
$('#input-id').rating('clear');
```

#### destroy
Destroys the rating.
```js
$('#input-id').rating('destroy');
```

#### create
Re-creates the rating (after a destroy).
```js
$('#input-id').rating('create');
```

## License

**bootstrap-star-rating** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.

0 comments on commit 940b313

Please sign in to comment.