jQuery 插件,允许像谷歌翻译一样的下拉菜单
我非常喜欢谷歌翻译的下拉菜单,它允许选择语言(从 -> 到)。 它可以让您快速概览所有可用语言(选项),并用不同的颜色指示您选择的历史记录。 http://translate.google.com/
我想知道是否有人知道一个可以转换的 jQuery 插件只需在下拉菜单中进行选择,看起来像谷歌翻译选择。 谢谢,
安东尼奥
I like a lot the drop down menu of google translate that allow to choose languages (from -> to).
It gives you a quick overview of all languages (options) available and it indicates with different colors the history of your choice.
http://translate.google.com/
I'm wondering if hopefully, anyone knows a jQuery plugin to transform a simply select in a drop down menu which looks like the google translate select.
Thanks,
Antonio
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您实际上并不需要插件,只需要一些 CSS 定位并使用 JS 来显示/隐藏单击部分。
HTML:
CSS:
JavaScript:
You don't really need a plugin, just some CSS positioning and use JS to show/hide the section on click.
HTML:
CSS:
JavaScript: