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

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);
        
});
var split : number;
See Also

Reference

options type
wijrating jQuery Widget