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: optionsinstance.hover = function(e, data) { };