how can i get the count of star and store in php value? thank you ..
Paolo Dionisio () - 8 years ago - Reply 0
thanks msurguy
This is very helpful from my side ,But i want it with images can help please
Jaypal Kadam () - 8 years ago - Reply 0
how to keep started the rating.
eg: when I give 3 stars then I click again on 3rd star it cleans everything, I shouldn't be. I need it to be remain 3 stars. how can i do it ?
please bit urgent.
Prince Sodhi () - 9 years ago - Reply 0
Basically you would need to check if the rating value of the clicked star is equal to the existing rating. Here's my improved code (changed the `.click()` handler):
maxsurguy () - 9 years ago - Reply 0