Html MaskedInput

Set the mask property of the jqxMaskedInput. Author: http://jqwidgets.com

by Hristo Hristov

HTML

<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">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<input id='jqxMaskedInput'/>

JavaScript

$("#jqxMaskedInput").jqxMaskedInput({
     width: '250px',
     height: '25px',
     mask:'###-###-####',
      value: 30000
 });