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

Type: wijmo.rating.wijrating_resetButton

The resetButton option determines the properties of the widget's reset button.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.rating.wijrating_resetButton
    returnsValue = $(".selector").wijrating("option", "resetButton");
    
    // Set value
    var newValue; // Type:  wijmo.rating.wijrating_resetButton
    $(".selector").wijrating("option", "resetButton", newValue);
        
});
var resetButton : wijrating_resetButton;
Remarks
The reset button is used to reset the rated value to 0. If the rating widget is disabled, the reset button will be hidden.
See Also

Reference

options type
wijrating jQuery Widget