Answers for "check if the string is number in jquery"

1

jquery is numeric

according to http://api.jquery.com/jQuery.isNumeric/

it's :jQuery.isNumeric(value)

so, it should be $.isNumeric($("#EmpNum").val())
Posted by: Guest on March-19-2021

Code answers related to "check if the string is number in jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language