input

Customize Input Box using jQuery

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

6 years ago