I'm working with ASP.NET MVC 5, jquery 3.1 I have a form in which I have a control input, which I only need to allow me to enter only numbers.
Jquery code
<script>
$('#NumeroDocumento').on('keypress', function (e) {
if (!$.isNumer...
asked by
19.01.2017 / 20:09