Wijmo UI for the Web
rating Event
wijmo.rating.wijrating Namespace > options type : rating Event
Standard jQuery event object
Information about an event
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
$(function () {
    // Set rating event handler function
    $(".selector").wijrating({
        rating : function (e, data) {
     
        }
    });
});
rating = function ( 
   e : jQuery.Event,
   data : IRatingEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijrating jQuery Widget