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

Default value: 5

A value that determines the number of stars to display.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijrating("option", "count");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijrating("option", "count", newValue);
        
});
var count : number;
See Also

Reference

options type
wijrating jQuery Widget