jquery star rating plugin issues
I have been trying to setup a star rating system using the jquery star rating system and all works perfectly with one exception..
I am trying to make the "cancel" button act like a normal star to submit a "0" rating via ajax. I have got that part done however the issue I am having is that when I click the cancel button it does not stay on the "on" state.
I believe this is because the onmouseout action removes the "on" state.
I would appreciate some ideas on how to accomplish what I am trying to do.