Wijmo UI for the Web
rated Event
Standard jQuery event object
Information about an event
The rated event fires after the widget is rated.
Syntax
Javascript (Usage) 
$(function () {
    // Set rated event handler function
    $(".selector").wijrating({
        rated : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.