Wijmo UI for the Web
positivePrefix Option
wijmo.input.wijinputnumber Namespace > options type : positivePrefix Option

Default value: null

Determine the prefix string used for positive value. The default value will depend on the wijinputnumber's type option.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputnumber("option", "positivePrefix");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijinputnumber("option", "positivePrefix", newValue);
        
});
var positivePrefix : string;
See Also

Reference

options type
wijinputnumber jQuery Widget