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