Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sharifur/273340d43901e4f9c4a15e1660c3137e to your computer and use it in GitHub Desktop.
Save Sharifur/273340d43901e4f9c4a15e1660c3137e to your computer and use it in GitHub Desktop.
$(document).on('input','#getquoteform textarea[name="assignment"]',function(){
let LongText = $(this).val();
$(this).val(LongText.replace(/[^a-zA-Z ]/g,''))
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment