jQuery('#comment').bind('keyup blur',function() { jQuery(this).val(jQuery(this).val().replace(/[^A-Za-z0-9-.? ]/g,'')) });
admin Edited question July 27, 2021
jQuery('#comment').bind('keyup blur',function() { jQuery(this).val(jQuery(this).val().replace(/[^A-Za-z0-9-.? ]/g,'')) });