I have used google translate as a language converter in my site but it displays annoying tool tips called \'Original text\'. How do I disable this and any other better ideas/too
I think my method is better ^^
$(document).ready(function() { translationTooltipsDisable(); }); function translationTooltipsDisable() { //Override google's functions _tipon = function() { /*Don't display the tooltip*/ }; _tipoff = function() { /*Don't hide the tooltip*/ }; }