Hi, The API documentation shows how to select values - http://www.fyneworks.com/jquery/star-rating/#tab-API If you leave the value blank then the rating is cancelled. $("[name='star1']").rating('select','')
It looks like you can also use the 'drain' command - but it's not documented in the API. $("[name='star1']").rating('drain') Paul On Jun 9, 7:54 am, "karimmta...@gmail.com" <karimmta...@gmail.com> wrote: > Hi guys, > > how can I reset the stars without clicking on the cancel button, like > on any other event on the page? is it possible? > > thank you > Karim