Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Client Side Selected Value
posted

Hi,

I am loading the rating control with nothing selected. I want to enable a DIV based on the user selecting a rating value;

i have tried the following but with no luck; i have also tried the change event

     $("#igRating2").click(function ()
           {      
               EnableDiv()
            });