I am currently using the jQuery Stars plugin on my rails application. I am using ajax to submit a form that includes these stars so after a successful submit the page does not reload and the stars do not reset. How can I clear these persistent stars so the form is completely reset and ready for the next submit?
Share
Turns out all you need to do is this
Using Kishore’s method, stars will display again if you hover over them.