Wijmo UI for the Web
setValue Method
wijmo.input Namespace > wijinputnumber type : setValue Method
Sets the value.
Syntax
$(function () {
    var returnsValue; // Type:  bool
    // Parameters
    var val; // Type:  any
    var exact; // Type:  any
    
    returnsValue = $(".selector").wijinputnumber("setValue", val, exact);
});
function setValue( 
   val : any,
   exact : any
) : bool;

Parameters

val
exact
Example
// set value of a wijinputnumber to 10
$(".selector").wijinputnumber("setValue", 10, true);
See Also

Reference

wijinputnumber type
wijinputnumber jQuery Widget