Created
May 20, 2022 10:57
-
-
Save Sharifur/273340d43901e4f9c4a15e1660c3137e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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