Wijmo UI for the Web
increment Option

Default value: 1

Determines how much to increase/decrease the input field.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijinputnumber("option", "increment");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijinputnumber("option", "increment", newValue);
        
});
Javascript (Specification) 
var increment : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.