Default value: null
An option that defines the minimum value that can be rated using the rating widget.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijrating("option", "min");
// Set value
var newValue; // Type: number
$(".selector").wijrating("option", "min", newValue);
});
See Also