showing results for - "jquery is numeric"
Angel
11 May 2017
1according to http://api.jquery.com/jQuery.isNumeric/
2
3it's :jQuery.isNumeric(value)
4
5so, it should be $.isNumeric($("#EmpNum").val())