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

Reference

wijinputmask type
wijinputmask jQuery Widget