我还希望能够点击我拥有的html选项中的某个选项值,并触发谷歌翻译小部件中基于文本的链接的相同javascript调用。
<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,这不起作用......)
答案 0 :(得分:0)
如果您将!$frame.size()
替换为!frame.length
,Implementing Google Translate with custom flag icons的代码就会有效。
对我来说,BorisBrdarić的答案是完美的。