dreyescat / bootstrap-rating

Bootstrap Rating is a jQuery plugin that creates a rating control that uses Bootstrap glyphicons for rating symbols.
http://dreyescat.github.io/bootstrap-rating/
MIT License
192 stars 78 forks source link

How to unselect the selected first star #27

Closed dm7777 closed 8 years ago

dm7777 commented 8 years ago

Hi I have implemented your plugin in my app. However how do you unselect the first star after it has been selected

You can unselect the other starts by clicking on the previous star but how do you unselect the first star after it has been selected.

Many thanks in advance

dreyescat commented 8 years ago

I have released a new version 1.4.0 that allows programmatically reset the rate. Check the docs or the demo more info.