[jQuery] [Star Rating Plugin] How to change the star rating display WITHOUT firing off the click callback?

[jQuery] [Star Rating Plugin] How to change the star rating display WITHOUT firing off the click callback?


Hello,
I am using the Star Rating Plugin from
http://www.fyneworks.com/jquery
http://jquery-star-rating-plugin.googlecode.com/svn/trunk/index.html
What I am trying to do is when a star rating is initially requested,
an ajax submit is fired off to update the database on the server side.
However IF the user has already rated the item in question I want to
be able to reset the star rating back to its initial display state
(whatever the initial rating was).
I am attempting to do this in the ajax submit success callback
however, when I try change the star rating via the API the star rating
click callback keeps getting called resulting in a loop.
Can anyone suggest a way around this?
Thanks