Default value: 1
An option that determines the number of sections into which each star will be split.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijrating("option", "split");
// Set value
var newValue; // Type: number
$(".selector").wijrating("option", "split", newValue);
});
See Also