long story short, i was trying to validate a phone field. ive added the isNaN and parseInt for checking the \" \" in the field but tha
isNaN
parseInt
\" \"
parseInt only returns NaN if the first character cannot be converted to a number.
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/parseInt