Wijmo UI for the Web
getPostValue Method
wijmo.input Namespace > wijinputnumber type : getPostValue Method
Gets the text value when the container form is posted back to server.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijinputnumber("getPostValue");
});
function getPostValue() : any;
See Also

Reference

wijinputnumber type
wijinputnumber jQuery Widget