jQuery jQuery.isNumeric()
Learn all about the jQuery function jQuery.isNumeric().
The $.isNumeric()
method checks whether its argument represents a numeric value. If so, it returns true
. Otherwise it returns false
. The argument can be of any type.