Wijmo UI for the Web
destroy Method
The destroy method will remove the rating functionality completely and will return the element to its pre-init state.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtree("destroy");
});
Javascript (Specification) 
function destroy() : any;
Example
$("selector").wijtree("destroy");
Browser Compatibility
7
5
5

See Also

Reference

wijtree type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.