You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isNumeric() does not only determine whether a given argument is a number. It also checks to see if string input can be coerced into finite numbers. Anything that is not a number or string will return false.
The text was updated successfully, but these errors were encountered:
Ref jquery/jquery#2662
isNumeric()
does not only determine whether a given argument is a number. It also checks to see if string input can be coerced into finite numbers. Anything that is not a number or string will return false.The text was updated successfully, but these errors were encountered: