Wijmo UI for the Web
refresh Method
wijmo.superpanel Namespace > wijsuperpanel type : refresh Method
Refreshes wijsuperpanel. Needs to be called after content being changed.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijsuperpanel("refresh");
});
function refresh() : bool;

Return Value

Returns true if it is successful, else returns false.
See Also

Reference

wijsuperpanel type
wijsuperpanel jQuery Widget