带有自定义选项值的Google翻译

时间:2017-04-28 13:04:55

标签: javascript jquery html css

我还希望能够点击我拥有的html选项中的某个选项值,并触发谷歌翻译小部件中基于文本的链接的相同javascript调用。

jsfiddle

 <html>

 <body>
  <select id="lang-drop">
            <option value="english">EN</option>
            <option value="spanish">SP</option>
    </select>
  translate -> text: open the door!
 </body>
 </html>

任何人都有关于如何实现这一目标的想法?我无法弄清楚如何点击该选项与点击谷歌翻译文本链接的行为相同。

(我看到了  Implementing Google Translate with custom flag icons但我使用jquery3.1,这不起作用......)

1 个答案:

答案 0 :(得分:0)

如果您将!$frame.size()替换为!frame.lengthImplementing Google Translate with custom flag icons的代码就会有效。

对我来说,BorisBrdarić的答案是完美的。