Google translate - Disable translating of a part of my text
问题 I'm working on an admin page to create post for a blog. I have a french textarea and an english textarea. So, for those who cannot translate by there own, I created a button "translate with google": <a id="tr_textefr" href="http://translate.google.fr/#fr/en/" target="_blank"> Traduire avec Google</a> And my french textarea has a javascript function called onkeyup : function translate(what){ var button = "tr_" + what; var textarea = document.getElementById(what); var google = "http://translate