Skip to content

Instantly share code, notes, and snippets.

@itsKnight847
Created September 2, 2019 16:11
Show Gist options
  • Save itsKnight847/8c750f31fde58a1f44f57d526e9c2e41 to your computer and use it in GitHub Desktop.
Save itsKnight847/8c750f31fde58a1f44f57d526e9c2e41 to your computer and use it in GitHub Desktop.
fast translate
let d = '';
$('.Grayed').each(function(){
d = $(this).val().split('_').join(' ');
$(this).next().next().val(d);
$(this).next().next().keyup();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment