-
-
Save itsKnight847/8c750f31fde58a1f44f57d526e9c2e41 to your computer and use it in GitHub Desktop.
fast translate
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
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