Wijmo UI for the Web
repaint Method
wijmo.combobox Namespace > wijcombobox type : repaint Method
Repaints wijcombobox. Returns true if it succeeds; otherwise, returns false.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    returnsValue = $(".selector").wijcombobox("repaint");
});
function repaint() : bool;

Return Value

true if it succeeds; otherwise, returns false.
See Also

Reference

wijcombobox type
wijcombobox jQuery Widget