Wijmo UI for the Web
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
Javascript (Usage) 
var instance; // Type: options
instance.hover = function(e, data) { };
Javascript (Specification) 
hover = function ( 
   e : jQuery.Event,
   data : IHoverEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.