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

See Also

Reference

wijupload type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.