Wijmo UI for the Web
beginUpdate Method
wijmo.evcal Namespace > wijevcal type : beginUpdate Method
Use beginUpdate and endUpdate when making a large number of changes to widget options.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijevcal("beginUpdate");
});
function beginUpdate() : any;
Example
$("#wijevcal").wijevcal("beginUpdate");
$("#wijevcal").wijevcal("option", "timeInterval", 10);
  $("#wijevcal").wijevcal("option", "timeRulerInterval", 20);
$("#wijevcal").wijevcal("endUpdate");
See Also

Reference

wijevcal type
wijevcal jQuery Widget