The rating event fires before widget rating.
You can use this event if you'd like to track the rated values.
You can cancel this event by returning false.
Syntax
Javascript (Usage)
var instance; // Type: optionsinstance.rating = function(e, data) { };