how to hook a callback to click event of star rating control

Posted by mohang on Stack Overflow See other posts from Stack Overflow or by mohang
Published on 2010-04-20T10:58:31Z Indexed on 2010/04/20 11:03 UTC
Read the original article Hit count: 164

Filed under:
|

I am using jQuery star rating control found at http://www.fyneworks.com/jquery/star-rating/#tab-Overview . I am using 5 stars, each star having a particular value from 1 to 5. The control is getting displayed and behaving properly. However, I have a requirement of getting the value of the star clicked, immediately after a star is clicked. I do not know how to do it.

I appreciate your help.

© Stack Overflow or respective owner

Related posts about jquery-plugins

Related posts about events