Wijmo UI for the Web
hint Option
wijmo.rating.wijrating Namespace > options type : hint Option

Type: wijmo.rating.wijrating_hint

A value that controls the hint information shown when hovering over the rating star.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.rating.wijrating_hint
    returnsValue = $(".selector").wijrating("option", "hint");
    
    // Set value
    var newValue; // Type:  wijmo.rating.wijrating_hint
    $(".selector").wijrating("option", "hint", newValue);
        
});
var hint : wijrating_hint;
See Also

Reference

options type
wijrating jQuery Widget