Default value: 5
An option that determines the total value of the rating widget.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijrating("option", "totalValue");
// Set value
var newValue; // Type: number
$(".selector").wijrating("option", "totalValue", newValue);
});
See Also