Wijmo UI for the Web
destroy Method
wijmo.rating Namespace > wijrating type : destroy Method
The destroy() method will remove the rating functionality completely and will return the element to its pre-init state.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijrating("destroy");
});
function destroy() : any;
See Also

Reference

wijrating type
wijrating jQuery Widget