Wijmo UI for the Web
selectText Method
wijmo.input Namespace > wijinputnumber type : selectText Method
Start of the range.
End of the range.
Selects a range of text in the widget.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var start; // Type:  number
    var end; // Type:  number
    
    returnsValue = $(".selector").wijinputnumber("selectText", start, end);
});
function selectText( 
   start : number,
   end : number
) : any;

Parameters

start
Start of the range.
end
End of the range.
Example
// Select first two symbols in a wijinputcore
$(".selector").wijinputdate("selectText", 0, 2);
See Also

Reference

wijinputnumber type
wijinputnumber jQuery Widget