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

Default value: 'normal'

The direction option determines the direction in which items are rated.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijrating("option", "direction");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijrating("option", "direction", newValue);
        
});
var direction : string;
Remarks
Options are "normal" and "reversed". The "normal" represents rating from left to right or top to bottom.
See Also

Reference

options type
wijrating jQuery Widget