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);
});
See Also