How i attach a succes event to the jquery.rating pluggin from John Resig?

I want to do some taks when the rating value is submited, like update the container div of the rating

This is not working or is bad implemented.

   $('form.rating').rating(
   function(){
       success: function() {alert("ASD")}}
   );



thx.
sebastian

Reply via email to