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);
});
See Also