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

Default value: null

An option that defines the maximum value that can be rated using the rating widget.

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

Reference

options type
wijrating jQuery Widget