$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijcombobox("repaint"); });
function repaint() : bool;
Return Value
true if it succeeds; otherwise, returns false.
$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijcombobox("repaint"); });
function repaint() : bool;