Default value: 'continuous'
The ratingMode option determines how the widget performs the rating function. The widget can rate things continuously or singly.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijrating("option", "ratingMode");
// Set value
var newValue; // Type: string
$(".selector").wijrating("option", "ratingMode", newValue);
});
See Also