Wijmo UI for the Web
hover Event
wijmo.rating.wijrating Namespace > options type : hover Event
Standard jQuery event object
Information about an event
The hover event fires when a user hovers over a rating icon. You can use this event to trigger something, such as an alert, when a user hovers over one of the rating icons.
Syntax
$(function () {
    // Set hover event handler function
    $(".selector").wijrating({
        hover : function (e, data) {
     
        }
    });
});
hover = function ( 
   e : jQuery.Event,
   data : IHoverEventArgs
) { };

Parameters

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

Reference

options type
wijrating jQuery Widget