Wijmo UI for the Web
rated Event
wijmo.rating.wijrating Namespace > options type : rated Event
Standard jQuery event object
Information about an event
The rated event fires after the widget is rated.
Syntax
$(function () {
    // Set rated event handler function
    $(".selector").wijrating({
        rated : function (e, data) {
     
        }
    });
});
rated = function ( 
   e : jQuery.Event,
   data : IRatedEventArgs
) { };

Parameters

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

Reference

options type
wijrating jQuery Widget