Wijmo UI for the Web
destroy Method
wijmo.splitter Namespace > wijsplitter type : destroy Method
Removes the splitter functionality completely.This will return the element back to its pre - init state.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijsplitter("destroy");
});
function destroy() : any;
Example
$("selector").wijsplitter("destroy");
See Also

Reference

wijsplitter type
wijsplitter jQuery Widget