79222782

Date: 2024-11-25 11:16:37
Score: 1
Natty:
Report link

u can use this option

$(function() {
   const $inputs = $('.in:not(.allow-ime)');
   $inputs.on('input', function() {
       this.value = this.value.replace(/[^\x00-\x7F]/g, '');
   });
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lê Ngọ