There is a general requirement in many projects where for certain fields or input only numeric, alphabets, specific character or set of characters must be allowed. For example, When you are requesting input for Phone number or Zip code from the end-user, then you don't want to allow user to enter any alphabets. There are […]
Comments Off on jQuery code to allow numbers, alphabets or specific characters