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
jQuery 3 changed jQuery.isNumeric to only return true on number/string input, whereas it would previously use toString and exempt only arrays. Migrate should restore and warn about the old behavior.