Default value: 'none'
Determines whether the focus automatically moves to the next or previous tab ordering control when pressing the left, right arrow keys. Possible values are "none", "left", "right", "both". The default value is "none".
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijinputnumber("option", "blurOnLeftRightKey");
// Set value
var newValue; // Type: string
$(".selector").wijinputnumber("option", "blurOnLeftRightKey", newValue);
});
var blurOnLeftRightKey : string;
See Also