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

$('.c-rating').rating('rate', ''); will not clear rating #31

Closed macpatel closed 7 years ago

macpatel commented 7 years ago

use $('.c-rating').rating('rate', 0); to clear the rating. Thanks! please update end of the docs.

Thanks!

dreyescat commented 7 years ago

Hi @macpatel,

Which version are you using? This functionallity was added as of version 1.4.0.

dreyescat commented 7 years ago

Check this jsfiddle.

macpatel commented 7 years ago

Not a bug. My Bad. I guess i was using older version.