Wijmo UI for the Web
allowSpinLoop Option
wijmo.input.wijinputdate Namespace > options type : allowSpinLoop Option

Default value: false

Determines whether the spin behavior can wrap when reaching a maximum or minimum limit.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijinputdate("option", "allowSpinLoop");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijinputdate("option", "allowSpinLoop", newValue);
        
});
var allowSpinLoop : boolean;
See Also

Reference

options type
wijinputdate jQuery Widget