Html5 NumberInput

Set the groupSeparator property of the jqxNumberInput. Author: http://jqwidgets.com

by Hristo Hristov

HTML

<script src=" http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<div id="jqxNumberInput"></div>

JavaScript

$("#jqxNumberInput").jqxNumberInput({
  width: 250,
  height: 25,
  theme: "energyblue",
  inputMode: "simple",
  spinButtons: true,
  promptChar: " ",
  groupSeparator: ",",
  digits: 5,
  //value: 1234567890
  //value: 12345
});