textarea

Customize Input Box using jQuery

Prevent users typing special characters in text box, textarea, etc. [crayon-68bdf4fa0f10c040495133/] ^[a-zA-Z]+$ Alphabets ^[a-zA-Z\s]+$ Alphabets + Space Example:-

6 years ago