Skip to content

Instantly share code, notes, and snippets.

@wedburst
Created April 1, 2021 14:53
Show Gist options
  • Select an option

  • Save wedburst/d9edf2defc0f3355516c7150dd54cb72 to your computer and use it in GitHub Desktop.

Select an option

Save wedburst/d9edf2defc0f3355516c7150dd54cb72 to your computer and use it in GitHub Desktop.
onkeypress="return ((event.charCode >= 65 && event.charCode <= 90) || (event.charCode >= 97 && event.charCode <= 122))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment